File Path in Report

B

Bill Phillips

I would like to be able to print my file path in my report
footer just like I do in Excel. Is there some code out
there that will permit me to do this?

Thanks
 
B

Bruce M. Thompson

I would like to be able to print my file path in my report
footer just like I do in Excel. Is there some code out
there that will permit me to do this?

You can place a textbox in your report footer and set its "control source" to:

=CurrentDb.Name
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top