BEEP BEEP

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
 
D

Dirk Goldgar

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.
 

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

Top