Help With Combo Box!!!!!!

Newguy28

Registered User.
Local time
Today, 01:05
Joined
Sep 27, 2005
Messages
25
Hi Guys,

Right, this is my problem...I have a combo box in my form with 3 values in there. But when i pull up the report, the value stored in the report is a number and the one of the names in the combo box. Anyone have any ideas???
 
Ok, well i have a combo box in my form which reads values from a table. In the form you have to chose one of the Values from the Combo box. Then, when i call up the report, instead of one the 3 choices being displayed, a number from 1 to 3 is displayed instead of the name that is expected!!!
 
Use a query and add the look up table to it, you'll then be able to include the actual text and not the ID number
 

Users who are viewing this thread

Back
Top Bottom