First time on here - a newbee....
Desperate for some assistance.
I have an access 2003 based database which is used by a small team of people. I have recently added an auto closedown to the program (this is where i am having a problem). When writing the program at home it works on a single screen system, however some of the people using the program run on mutli screen systems (2 or even three screens).
The problem that I have is that the database closes correctly after the specified idle time if you remain on the one screen and just flick to another program however it trips up if you move onto one of the other screens. The reason for this is that the timer in the VBA is looking at inactivity on the active screen that the access database is on ....
hope that is a clear enough explanation....
Can anyone help me please
Desperate for some assistance.
I have an access 2003 based database which is used by a small team of people. I have recently added an auto closedown to the program (this is where i am having a problem). When writing the program at home it works on a single screen system, however some of the people using the program run on mutli screen systems (2 or even three screens).
The problem that I have is that the database closes correctly after the specified idle time if you remain on the one screen and just flick to another program however it trips up if you move onto one of the other screens. The reason for this is that the timer in the VBA is looking at inactivity on the active screen that the access database is on ....
hope that is a clear enough explanation....
Can anyone help me please