A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I change the company name?



 
 
Thread Tools Display Modes
  #1  
Old April 2nd, 2005, 04:41 AM
KLP
external usenet poster
 
Posts: n/a
Default How do I change the company name?

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.
  #2  
Old April 2nd, 2005, 04:55 AM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

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

--
Duane Hookom
MS Access MVP


"KLP" wrote in message
...
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.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I change the "file as" to Company, Last Name, First Name f. Ben Orme Contacts 1 December 1st, 2004 08:41 PM
How do I change the name of the company that my Office software i. Paul Hofheinz General Discussions 1 November 5th, 2004 07:51 AM
How do I remove company name property from Normal.dot? pennyyoung90 Setup, Installing & Configuration 0 November 4th, 2004 09:19 PM
Change "Company" field in File Properties Trixie Worksheet Functions 1 October 28th, 2003 12:43 AM


All times are GMT +1. The time now is 09:03 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.