In my database I have created a table "tblMusic", in which I have a .wav file stored. I want this file to be played the entire time the application is being used, running on an endless loop.
So far, the only way I can get it to play is I created a form frmMusic, and made it a subform on the frmMain, with a button that you can double-click to hear the music. When you exit the form, the music stops. I don't know how to automate the playing of the music, or how to make it form independant.
Thanks for any help anyone may give,
Jeremy
So far, the only way I can get it to play is I created a form frmMusic, and made it a subform on the frmMain, with a button that you can double-click to hear the music. When you exit the form, the music stops. I don't know how to automate the playing of the music, or how to make it form independant.
Thanks for any help anyone may give,
Jeremy