Sound Clip

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

Guest

Hello!

I was wondering if there is a way to put a sound clip on a database to play
when the database is opened? Any help will be appreciated!!!!

Thanks!!!
 
Douglas,

Is there a way of adapting your database so that I can have a different mp3
play for each different record?. I adapted your table slightly to include a
subform record number linked to a main form, and made the field 'txtMP3' a
bound text box so that I could use this for permantly linking each mp3 file.
All works well, except when I re-open the form resulting in the start button
appearing disabled/'grayed out'; Though all the different linked mp3 files
are there on each record.

When I re-link just one of them using your '?' button, the 'Start' button is
enabled allowing me to scroll through each record and play each individual
mp3 file.

What am i doing wrong?
 
There's lots of code behind the code specifically for disabling and enabling
the various buttons. You'll have to go through the code and figure out what
code you want to keep, and what you no longer need.
 
Back
Top