S
SAC
I have a textbox on a form whose datasource is a hyperlink field.
I'd like to enter a directory path so when the user clicks on it it opens
windows explorer to the folder.
For testing I have the following code:
I set the path and then make the directory.
Me!DirectoryPath = "C:\123"
MkDir (Me!DirectoryPath)
But when I click on the control it doesn't open the folder.
What do I need to change?
Thanks.
I'd like to enter a directory path so when the user clicks on it it opens
windows explorer to the folder.
For testing I have the following code:
I set the path and then make the directory.
Me!DirectoryPath = "C:\123"
MkDir (Me!DirectoryPath)
But when I click on the control it doesn't open the folder.
What do I need to change?
Thanks.