How do I change the company name?

K

KLP

I use my database for several businesses. I created a template then enter
the data as needed. I want the company name to print on all the reports.
Without going into each report and changing the name, is there a way to link
this to a table? The table would be unrelated to any of the other tables.
 
D

Duane Hookom

There are a number of options. All involve storing the company name in a
table. You can display the value using:
-DLookup("CompanyName","tblTheCompany")
-a subreport based on the table tblTheCompany
-code in the report
 

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