Insert Filename into Report

R

Ripper

Is there a way to insert the title of the database file into a report?

The front-end of my database is called BigJoe.mdb or whatever and I want to
insert that into the Page header of a report. How?
 
M

Marshall Barton

Ripper said:
Is there a way to insert the title of the database file into a report?

The front-end of my database is called BigJoe.mdb or whatever and I want to
insert that into the Page header of a report. How?


Use a text box expression like;]

="Report for database " & CurrentProject.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