Showing name in report, not ID associated with name

sstasiak

Registered User.
Local time
Today, 02:20
Joined
Feb 8, 2007
Messages
97
I have a report that has a few fields that are set by combo box selections(choices are from other tables) in my main form. When I open the report, I get the ID associated with the names. Now, I know that I need to have the number stored in the main table, and not the name...but how can I set the report so that the name shows up and not the number?

I don't know much about building queries, but I think that might be how to accomplish what I want.
 
Or easier still, include the name field in the query underlying your report and put that in the ID's place.
 

Users who are viewing this thread

Back
Top Bottom