ajetrumpet
Banned
- Local time
- Yesterday, 23:47
- Joined
- Jun 22, 2007
- Messages
- 5,638
I am searching for a way to start the Access program automatically at specified times during the day. Does windows have such a feature?
I am not that fluent with the concept of API calling, but I do know that there is a Timer call that can be used. I'm not sure if that is relevant though.
The point I am at right now is opening up Access when the computer boots, via the StartUp folder in the local directory. This accomplishes what I want at that time, but the computer will be on all day long, so I need a process that will automatically open up the program from windows.
This is the last step in a process that I have completely automated (it is for personal, use). The rest of the process involves a startup form, a timer event, and lots of code.
If I can get this "timer" issue with windows solved, that would be great! I appreciate any help you guys can give me with this. Thanks!
I am not that fluent with the concept of API calling, but I do know that there is a Timer call that can be used. I'm not sure if that is relevant though.
The point I am at right now is opening up Access when the computer boots, via the StartUp folder in the local directory. This accomplishes what I want at that time, but the computer will be on all day long, so I need a process that will automatically open up the program from windows.
This is the last step in a process that I have completely automated (it is for personal, use). The rest of the process involves a startup form, a timer event, and lots of code.
If I can get this "timer" issue with windows solved, that would be great! I appreciate any help you guys can give me with this. Thanks!