Wow, its been a long time since I've dealt with an Office 97 issue, but the logic should still be about the same.
If you can get the database to open up with the task scheduler, then how about...
- Set a default form. (In 2000, that setting is under "Tools" then "Startup"
- Modify that forms "Load" code to execute your macro.
- If you don't want the database to execute this every time it loads, use some VB code to specify some kind of timer that waits 10-15 seconds, and make the default form a warning about execution of the macro in X seconds, unless the form is closed.
Let me know if you need any further pointers to do this.
Nada Googled by...
|