I've got some Access jobs that are initiated by Windows Scheduler. Sometimes the scheduled job is visible on the screen and sometimes not. All jobs are forms that execute some processes automatically when launched by the scheduler.
The visible forms all run under Windows server 2003 and Access 2003. The invisible one is running on Win 7 and Access 2007. Is that the difference? Is there some way I can make the job run in a visible manner?
The scheudler for the invisible job and one of the visible ones is simply launching an .mdb with Access options set to open the target form automatically. So one can effect the same thing as the scheduler by simply opening the .mdb file. In that case the form is visible.
Thanks for any suggestions.
Jim
The visible forms all run under Windows server 2003 and Access 2003. The invisible one is running on Win 7 and Access 2007. Is that the difference? Is there some way I can make the job run in a visible manner?
The scheudler for the invisible job and one of the visible ones is simply launching an .mdb with Access options set to open the target form automatically. So one can effect the same thing as the scheduler by simply opening the .mdb file. In that case the form is visible.
Thanks for any suggestions.
Jim
Comment