Playing a sound file

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

Guest

Can somebody help with this

I have set up a DB table that has a field for storing a picture, and another field in the same record for storing a sound file. I have set up a form where once I select a name on the main form, the picture associated with the name displays on the subform I've created, but I am unsure how I can also play the sound clip associated with the name selected. Does this require some sophisticated Visual Basic commands, or is this something simple I'm overlooking? I'd appreciate some advice

John Molloy
 
John,

Take a look here http://www.mvps.org/access/api/api0011.htm

HTH
Steve C

J. Molloy said:
Can somebody help with this?

I have set up a DB table that has a field for storing a picture, and
another field in the same record for storing a sound file. I have set up a
form where once I select a name on the main form, the picture associated
with the name displays on the subform I've created, but I am unsure how I
can also play the sound clip associated with the name selected. Does this
require some sophisticated Visual Basic commands, or is this something
simple I'm overlooking? I'd appreciate some advice.
 
Back
Top