How to change the beep sounds

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

Guest

Hi ,
I have a macro has a beep action
I need to change the beep sound to another sound
Can I do that
 
Sounds are controlled through Sounds in Control Panel of Windows. You can
set the sound wave there for the four different message box types:
information (default beep/sound); exclamation; critical; question.

Your choice of which type of MsgBox you want to use then will use the
assigned sound wave.
 
Hi,
Thank you for your fastest responding
How can customize the beep e.g. when I put the macro to open form I want a
specific sound to run. And so on.
 
No such method is built into ACCESS. You'd have to write programming into
the open event of every form to play a wave file.
 
do you have an example plzzzzzzzzzzzzzzzz

Ken Snell (MVP) said:
No such method is built into ACCESS. You'd have to write programming into
the open event of every form to play a wave file.
 
Back
Top