Opening folders from within access

J

Jürgen CB

I ha,ve created a client database for my company. However we store all
correspondence with clients in a series of folders on our server, I want to
be able to create a control that would open the relevant folder from within
the database.

Can it be done?

If so can someone help me do it.
 
A

Allen Browne

If you want to open the Windows Explorer to the relevant folder, try:
FollowHyperlink("C:\MyFolder")
 
Top