Print file name and location in report footer

D

Duane Hookom

You can add a text box with a control source like:
=CurrentDb.Name
or
=currentproject.FullName
 
Top