File Location

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
 
T

Timothy C. Doherty

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top