View Single Post
  #3  
Old January 6th, 2010, 08:26 PM posted to microsoft.public.access.reports
Steve[_77_]
external usenet poster
 
Posts: 1,017
Default Company Name in a Report

You have based your report on a table that has a field CompanyID. Your
database has another table named TblCompany. You need to create a query that
includes both tables and contains CompanyName from TblCompany and all other
fields you want in your report. You need to change the rowsource of the
report to the new query then change the control source of the textbox to
CompanyName that you got fron TblCompany.

Steve



"Denise" wrote in message
...
When I add a text box and use a control source of "Company Name", when I
run
the report it comes up as a "1". How do I get it to show the "Company
Name".

--
Denise B.