G
Guest
I have a listbox that is set to simple. I can then select 2 or more records
in the listbox. I have a command button and the on click event:
Application.FollowHyperlink Me!ResultMP3.Column(0)
Which Colum 0 is bound. for example N:\MYMP3S\Can you run.mp3
When I select my command button. It only plays the last selection that I
selected. Is there any way I can hyperlink all that are selected in my
listbox.
Thanks.
in the listbox. I have a command button and the on click event:
Application.FollowHyperlink Me!ResultMP3.Column(0)
Which Colum 0 is bound. for example N:\MYMP3S\Can you run.mp3
When I select my command button. It only plays the last selection that I
selected. Is there any way I can hyperlink all that are selected in my
listbox.
Thanks.