BEEP BEEP

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Hello.

I would like to sound a beep in my visual basic code, but
for some reason neither the VB statement BEEP or the
DoCmd.Beep function produce a sound from my speakers. I
have to put up an object and activate a .WAV file to get
something to sound, but this takes way too long in the
code.

I am working in Access XP Professional.

Any suggestions?

Thanks
 
Jon said:
Hello.

I would like to sound a beep in my visual basic code, but
for some reason neither the VB statement BEEP or the
DoCmd.Beep function produce a sound from my speakers. I
have to put up an object and activate a .WAV file to get
something to sound, but this takes way too long in the
code.

I am working in Access XP Professional.

Any suggestions?

Thanks

Go into Settings -> Control Panel -> Sounds (or Sounds and Multimedia,
or whatever this applet is called on your computer), and see if you have
any sound associated with this "Default Beep" sound event. If not, pick
one and see if your Beep statements work then.
 
Back
Top