Programmatically insert Database Name

access2010

Registered User.
Local time
Today, 15:18
Joined
Dec 26, 2009
Messages
1,115
In our old Access 2003 reports the database name was Programmatically insert into the report’s Page Footer.

The code that had been previously used was
=currentdb.Properties("AppTitle") =

Could we please receive a suggestion on how to do this with our new Access 2003 reports?

Thank you.
Nicole
 
The same way you did it with old Access 2003 reports?

Exactly what is the issue?
 
can you try:

=CurrentProject.Name
 
The same way you did it with old Access 2003 reports?

Exactly what is the issue?
Thank you June for your note.
We have no programmer at our office and periodically we need to update a problem or change.

arnelgp, suggestion has helped us with this problem.​

Crystal
can you try:

=CurrentProject.Name
Thank you, arnelgp.

Your suggestion is what we have been looking for and is P.E.R.F.E.C.T.

Your code makes it easier to find the originating data base for our reports.

Thank you
Crystal
 

Users who are viewing this thread

Back
Top Bottom