Post Text instead of Row Number

wbilbro

New member
Local time
Today, 14:03
Joined
Nov 1, 2001
Messages
6
For the report, I am trying to get it to show the actual text for a selction in a combo boxs (i.e. Battery, Wet Filled with Acid) instead of the row number. It appears to work fine on the form and shows the desired text, however I am unsure of how to do it for the report.

Can you please help? Thank you very much

CB
 
Report info

I'm asuming that you have one table with the ID number, and one table with the rest of the information. And you don't want to display the ID number, but the info from the other table.

If that is correct than you have to make a query, on witch you base your raport, don't take the table as source.
You place the ID number from one table in the query, and the naam that belongs with the ID number from the other table.
That way you can link the tekst box to the right field.
 
Thanks Filip
I ended up using a subreport/form in the report with the info I needed.

Chris
 

Users who are viewing this thread

Back
Top Bottom