Use application title in report

H

Hallgeir

Is there an easy way to get the application title (the title I see in upper
left corner) and use it in the report?
I want to print the app. title in the heading of my report.

thanks
 
A

Allen Browne

Try a text box on the report, with a Control Source of:
=CurrentDb.Properties("AppTitle")

That will probably error if no application title has been defined.
 
Top