I created a button on a form ("Form1") in Access2000 using VBA.
Normally, when I want to run the Queries I have to press this button.
Now, I want to make it automatic and no need to press the button and run daily on the NT server.
The step is:
1. Create macro("Macro1") use OpenForm, point to "Form1"
2. Create batch file to call "Macro1"
3. Set the Schedule task on NT Server to activate "Macro1"
Having done all these, the daily script update run perfectly.
But the problem is that I can not logoff from the Server. I have to leave the Desktop/Screen open.
How to solve this problem? Please advise!
Thank you so much.
Normally, when I want to run the Queries I have to press this button.
Now, I want to make it automatic and no need to press the button and run daily on the NT server.
The step is:
1. Create macro("Macro1") use OpenForm, point to "Form1"
2. Create batch file to call "Macro1"
3. Set the Schedule task on NT Server to activate "Macro1"
Having done all these, the daily script update run perfectly.
But the problem is that I can not logoff from the Server. I have to leave the Desktop/Screen open.
How to solve this problem? Please advise!
Thank you so much.