Beep when minimised

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have some code attached to the OnTimer event of a form and if certain
criteria is met it triggers DoCmd.Beep. The OnTimer runs every 60 seconds.

The beep seems not to work if the form does not have the focus or if the app
is minimised. How can I make this work?

Thanks in advance.
 
Angus said:
I have some code attached to the OnTimer event of a form and if
certain criteria is met it triggers DoCmd.Beep. The OnTimer runs
every 60 seconds.

The beep seems not to work if the form does not have the focus or if
the app is minimised. How can I make this work?

I don't reproduce that, in a very simple test (form with Timer event set
to execute DoCmd.Beep every two seconds). Are you sure the criteria are
being met? What's the Timer event code look like?
 

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