Z zkoneffko Registered User. Local time Today, 03:17 Joined Jun 4, 2008 Messages 13 Aug 27, 2008 #1 I would like all of my reports to list the current filename. Can someone please help me out with how to do this?
I would like all of my reports to list the current filename. Can someone please help me out with how to do this?
Z zkoneffko Registered User. Local time Today, 03:17 Joined Jun 4, 2008 Messages 13 Aug 27, 2008 #2 I tried =[CurrentDb].[Name] but that doesn't seem to work. Any reason that doesn't work?
D dkinley Access Hack by Choice Local time Today, 02:17 Joined Jul 29, 2008 Messages 2,003 Aug 27, 2008 #3 In an unbound control on the report use ... Code: =CurrentProject.Name -dK