Tasslehoff
Registered User.
- Local time
- Today, 13:47
- Joined
- Jun 1, 2006
- Messages
- 64
I have a button that, when clicked upon, I would like to hyperlink to one folder--the location of which being specified by a value the user selects from a combobox.
Example of what I would like to happen:
1)The user selects the Ship Name "AGER 2-Pueblo" from the combobox list.
2)The user clicks the "Go To Ship Folder" button to go to this ship's folder.
3)Access takes "AGER 2-Pueblo" from the combobox and tacks it on the end of the general address of "C:\Documents and Settings\Desktop\Ship Stuff\" so that the folder "C:\Documents and Settings\Desktop\Ship Stuff\AGER 2-Pueblo" opens.
I tried searching for this...but found nothing except the application.followhyperlink code, which I can't get to do this. Can this be done? I would appreciate any help.
Example of what I would like to happen:
1)The user selects the Ship Name "AGER 2-Pueblo" from the combobox list.
2)The user clicks the "Go To Ship Folder" button to go to this ship's folder.
3)Access takes "AGER 2-Pueblo" from the combobox and tacks it on the end of the general address of "C:\Documents and Settings\Desktop\Ship Stuff\" so that the folder "C:\Documents and Settings\Desktop\Ship Stuff\AGER 2-Pueblo" opens.
I tried searching for this...but found nothing except the application.followhyperlink code, which I can't get to do this. Can this be done? I would appreciate any help.