Simply Identifying the location (in My Documents) of the AccessDatabase that I have open

  • Thread starter Thread starter Dave K
  • Start date Start date
D

Dave K

I am often working in an Access Database, and need to know in which
Folder the Database exists. In other Msft applications, I can find
out by simply selecting file > Save as. But in Access, this is not an
option.

So is there another way to identify in which folder the Access
database is located?

Thanks.
 
This kind of begs that question as to how did you manage to open the file
first place and find it?

However in 2003 and later, there is actually a file-backup option in the
file menu, and it is really the same feature that other applications have
for file->save as. (remember in other applications your are with one
document, where as in access you have many little objects such as forms,
reports, queries etc, and the "save as" allows you to operate on each one of
these object.

In addition to the above to "backup" option, you can always hit control G,
and then in the debug window type in

? currentdb.Name
 

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

Back
Top