Hi,
I'm having trouble finding the correct code to open a network folder by double clicking on a record in a listbox on a form.
The folder names are the record IDs. Any help is appreciated.
The code I have been messing with is:
Application.FollowHyperlink "\\Storehouse1\Admin\ClientLibrary\2009\& Me![lstbxClients]![RecordID]"
I'm having trouble finding the correct code to open a network folder by double clicking on a record in a listbox on a form.
The folder names are the record IDs. Any help is appreciated.
The code I have been messing with is:
Application.FollowHyperlink "\\Storehouse1\Admin\ClientLibrary\2009\& Me![lstbxClients]![RecordID]"