Add sound to buttons?

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

Guest

I would like a sound to play when a button is press that also contains a
marco. Any thoughts??
 
http://www.mvps.org/access/api/api0011.htm at "The Access Web" shows how to
play a WAV file.

If the click event of your buttons are already associated with macros, I'd
recommend rewriting the macros as VBA, and include the call to fPlayStuff in
your VBA code, although I suppose you can strictly call the function from
the existing macros.
 

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