Display filename, path in report footers

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
 
M

Marshall Barton

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
 
Top