Full path name to data

  • Thread starter Thread starter Jerry C.
  • Start date Start date
J

Jerry C.

Hi!

How do I find the full path name to a database. Linked or
otherwise. Using Access 2000 form open event.
 
The current database is:
CurrentDb.Name

If you want to know where the data is for an attached table, parse it from:
dbEngine(0)(0).TableDefs("MyTable").Connect
 

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