Opening Folder

emartinez

New member
Local time
Today, 06:48
Joined
Jun 17, 2008
Messages
1
I am trying to create a command button that would open a folder instead of a file or application. Could this be done?

What I want is to only open a specific folder that will contain my files. Thanks
 
Last edited:
Simple Software Solutions

Use the common dialog control. What do you want to do once you have opened the folder?
 
Solution

I've done this in quite a simple way...

I' added a text field on my Client table. Then from the form I made this into a hyperlink via properties.

You have use admin mode to edit the hyperlink, which does have to be done for each client but you only need to set this once. Each client's hyperlink location is then stored in the text box / field on the Client table, so the hyperlink takes you to a specific location for each client.

Hope this helps
 
Simple Software Solutions

SD100 I assume you are using 2007... we don't know what the OP uses yet.
 
Actually I'm using 2002 and this works fine for me.
 

Users who are viewing this thread

Back
Top Bottom