Action Settings

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

Guest

I've been using Access to create a database as a project of mine.
I'd like to enhance it's presentation by using 'action setting' as you can
in PowerPoint.
I'd like to be able to click on an object, or button and play a short .WAV
file and hyperlink to another part of the database, so essentially the
'button' would make a noise that I set when it's pressed.

Any suggestions????
 
Hi Jas,

You can use code to play .wav files, as shown in this article by MVP Allen
Browne:

http://allenbrowne.com/func-04.html

You can call the PlaySound function from the click event procedure of a
command button.


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________

:

I've been using Access to create a database as a project of mine.
I'd like to enhance it's presentation by using 'action setting' as you can
in PowerPoint.
I'd like to be able to click on an object, or button and play a short .WAV
file and hyperlink to another part of the database, so essentially the
'button' would make a noise that I set when it's pressed.

Any suggestions????
 

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