Insert a file name w/path in a report

K

Karla

Access 2003

I would like to insert the database filename w/path in the footer of a report.
 
J

John Spencer

One method is to use
Currentdb().Name
To return the full path of the database file.
 
Top