J Joy Aug 20, 2004 #1 I am trying to figure out how to attach a wav file to my auto exec macro to play when the database is open. Any suggestions?
I am trying to figure out how to attach a wav file to my auto exec macro to play when the database is open. Any suggestions?
D Douglas J. Steele Aug 21, 2004 #2 I don't believe it's possible from a macro: you need to use VBA code. Take a look at http://www.mvps.org/access/api/api0011.htm at "The Access Web". Of course, your AutoExec macro will be able to call the fPlayStuff function.
I don't believe it's possible from a macro: you need to use VBA code. Take a look at http://www.mvps.org/access/api/api0011.htm at "The Access Web". Of course, your AutoExec macro will be able to call the fPlayStuff function.