View Full Version : Show Current Filename in Report


zkoneffko
08-27-2008, 12:04 PM
I would like all of my reports to list the current filename. Can someone please help me out with how to do this?

zkoneffko
08-27-2008, 12:13 PM
I tried

=[CurrentDb].[Name]

but that doesn't seem to work. Any reason that doesn't work?

dkinley
08-27-2008, 12:34 PM
In an unbound control on the report use ...

=CurrentProject.Name

-dK