Company Name in a Report

D

Denise

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".
 
D

Duane Hookom

Make sure the company name field that actually stores the company name is in
the record source of the report. I expect you have mis-used a lookup field
defined in your table. IMO, don't use this type of mis-feature.
 
S

Steve

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
(e-mail address removed)
 

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