Hi,

I have a button called "Update" in a form, when user clicking on it, it will connected to the back-end mainframe and update some data on the access table.

Now, I want to take away that button from the user and setup a separate PC to act as press than "update" button every 5 mins.

What I have to change the code inside that "update" button to ask it run every 5 mins by itself.

Thanks!