G
Guest
I have a database designed to record time spend on projects. Each employee
logs in and every hour clicks a command button that records their activity.
Of course the users like to have this database minimized when they're not
entering time. The form pops up on a timer event, but since the application
is minimized, the user doesn't see it.
I've tried :
AccessApp.DoCmd.Maximize
AccessApp.RunCommand acCmdAppMaximize
but these have no effect - the form maximizes, the application doesn't. I
know that I've seen the application on the task bar blink - I believe when
occurrence within the application requires a response. Is there a way I can
use this to alert users that it is time to record their activity.
Thanks
logs in and every hour clicks a command button that records their activity.
Of course the users like to have this database minimized when they're not
entering time. The form pops up on a timer event, but since the application
is minimized, the user doesn't see it.
I've tried :
AccessApp.DoCmd.Maximize
AccessApp.RunCommand acCmdAppMaximize
but these have no effect - the form maximizes, the application doesn't. I
know that I've seen the application on the task bar blink - I believe when
occurrence within the application requires a response. Is there a way I can
use this to alert users that it is time to record their activity.
Thanks