Display filename, path in report footers

  • Thread starter Thread starter SJ
  • Start date Start date
S

SJ

I am trying to get the filename, path etc appear in report footers.
Can anyone tell me how this could be done. Thanks in advance. SJ
 
SJ said:
I am trying to get the filename, path etc appear in report footers.
Can anyone tell me how this could be done. Thanks in advance. SJ


The path and file name of the front end mdb file can be
displayed in a text box by using the expression:

=CurrentDb.Name
 
Back
Top