Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieving .adp file properties

Status
Not open for further replies.

batteam

Programmer
Joined
Sep 12, 2003
Messages
374
Location
US
Does anyone know a way to retrieve the file properties of an Access 2000 .adp project? Specifically the path the file/database is located in.

I want to put code in the form that opens on database start-up to test the path. If its not a certain path, I want to provide the users a message. But to do this I have to retrieve and test the path.

Any help would be appreciated.

 
Code:
CurrentProject.Path
 
Thank you. It's nice to learn something every day.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top