Pardon me if this is a stupid question, but how do I put the Report's system
name in the report? What I want to do is put the report name in the page
footer so that if there is an issue with a report, I can look at the footer
and the report's name would be there. I know it would be an unbound Text
Box, but what is the syntax.
I know the easy way would be to put a normal Text Box on the report with the
name, but is there a way to dynamically call the report's name?
Thanks.
JG
Allen Browne - 12 Mar 2007 16:45 GMT
Try:
=[Report].[Name]

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Pardon me if this is a stupid question, but how do I put the Report's
> system name in the report? What I want to do is put the report name in
[quoted text clipped - 4 lines]
> I know the easy way would be to put a normal Text Box on the report with
> the name, but is there a way to dynamically call the report's name?