Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi All I want to set an Applicat

Status
Not open for further replies.

Toby1kenobe

Instructor
May 26, 2002
66
GB
Hi All

I want to set an Application Name for my DB. When set, such as "Heather Highschool", this gets used on any reports, forms etc.

Is this possible? can labels have a variable name instead of the actual text? Can i set an label on a report that also looks at the Application name variable?

Where would i declare the variable?

Thanks in advance
Toby
 
Hi

See Tools \ Options to set an application name

You can name labels anything you want, provide dthe name is unique within the containing object

Althougn I have not done this I would aasume that in VBA you can do something like

lblMyLabel.Caption = Application.Name



Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now - UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top