I have an Access 2000 db of my favorite songs from hundreds of albums. I have also begun recording those songs in mp3 format and storing them on my hard drive. One of my queries returns the full path name of each song file as the field [SongFile].
I can query the db to get a list of songs I would like to hear, but my attempts to write a macro to open Winamp (external application) and then play the query results have been futile.
My macro will open the query, go to the [SongFile] field of the first record, copy it, and open Winamp. I can't get beyond that. I need to paste the query result into Winamp and then run it, and then go back to Access, get the next record result and run it, etc.
Perhaps a macro is not the way to go, but I can't even get to first base with the modules. Can anyone show me the way?
I can query the db to get a list of songs I would like to hear, but my attempts to write a macro to open Winamp (external application) and then play the query results have been futile.
My macro will open the query, go to the [SongFile] field of the first record, copy it, and open Winamp. I can't get beyond that. I need to paste the query result into Winamp and then run it, and then go back to Access, get the next record result and run it, etc.
Perhaps a macro is not the way to go, but I can't even get to first base with the modules. Can anyone show me the way?