Include DB Name in Rpt Footer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been including the report name in the footer of my reports by entering
"=name" in an unbound text box. How can I automatically include the database
name?
 
That's got it!
Thanks for your help.
Very much appreciated.

Duane Hookom said:
that also works for me. You can try
=CurrentProject.FullName

--
Duane Hookom
MS Access MVP

jhrBanker said:
Nope. Didn't work. And Access changes it to =[Currentdb].[Name]


Duane Hookom said:
Try:

=Currentdb.Name

--
Duane Hookom
MS Access MVP

I've been including the report name in the footer of my reports by
entering
"=name" in an unbound text box. How can I automatically include the
database
name?
 
Back
Top