MS Access 2003 filename in footer

M

Marie Wallace

I can't seem to get the correct entry to have a filename appear in the footer
of a report. Can get date and page #'s. Tried to use =[filename] but that
doesn't work and I can't find the answer in help.
 
D

Duane Hookom

You can get the file name using a control source of:
=CurrentProject.Name

You can also try:
=CurrentProject.FullName
or
=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

Top