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

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> How do I find the full path name to a database. Linked or
> otherwise. Using Access 2000 form open event.