Dec 1, 2000 #1 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!
Is there a way to automatically put the database filename in a report footer? Any ideas other than just typing it in? Thanks!
Dec 2, 2000 2 #2 WP Programmer Nov 30, 1999 463 CH 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 http://www.neptune400.co.uk/ Check out my website ! Upvote 0 Downvote
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 http://www.neptune400.co.uk/ Check out my website !
Dec 7, 2000 1 #3 DougP MIS Dec 13, 1999 5,985 US 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. Upvote 0 Downvote
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.