Hi can anyone help me i need a button to open and show you the contents of a folder on my network. Is there anyway off doing this i tried in a macro by doing a runapp but it wouldnt work. Can i do this without using the code? Cheers Dane
It might help you but it does include a little bit of code.
The example using the commondialog control to show the windows open dialog box but you can customise it to show files in a specific directory.
If you only want to open a session of Windows Explorer to a specific directory and you do not want to return a specific value from the users selection then this will do that for you...
You will need to search for the forum for more samples if you want the user to be able to select a specific file and use their selection "string" within your db because plenty have been posted.