Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filename in Report Footer 3

Status
Not open for further replies.

shniderph

Technical User
Dec 1, 2000
1
US
Is there a way to automatically put the database filename in a report footer? Any ideas other than just typing it in? Thanks!
 
Create a text box in your footer. Set the Control source to =DBName

Now add the function :

Public Function DBName() as String

DBName=Currentdb.Name

End Function

Bill Paton
william.paton@ubsw.com
Check out my website !
 
Cool Bill,
I've wanted to do that also.

How about a star man!!!!
;-)


DougP, MCP
dposton@universal1.com

Ask me how Bar-codes can help you be more productive.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top