File Location

  • Thread starter Thread starter Katrina
  • Start date Start date
K

Katrina

I am trying to create a button that find the file location
of the Access database that I am working in and then names
that as a string. The location I am looking for is the
location that you get if you go to File>Database
Properties. I want to use this so that I can program the
button to find files under the folder in which the
database is located.
Hopefully this is clear enough so that someone can help me.

Thanks
 
Application.CurrentProject.Path will give you the folder in which your
database is located...
 
Back
Top