timer alerts

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top