P
PaulHilgeman
My combo boxes are showing up in a report as just their ID number. The
Combo Box is based on a table with a AutoNumber Key. In the form, you
select the apropriate item from the ComboBox. Then I have a report
that looks more professional and only displays some of the datea, for
mailing etc. However, all of the data that is in ComboBoxes in the
form just shows up as the ID number.
I tried looking around but didnt find anyone with this same problem.
The ControlSource looks like this:
=Forms!Main!Item1Desc
Item1Desc is the combo box on the Main form derived from a table called
LineItems, first column AutoNumber, Second Column ProductName.
Any help would really be apreaciated.
Thanks,
Paul Hilgeman
Combo Box is based on a table with a AutoNumber Key. In the form, you
select the apropriate item from the ComboBox. Then I have a report
that looks more professional and only displays some of the datea, for
mailing etc. However, all of the data that is in ComboBoxes in the
form just shows up as the ID number.
I tried looking around but didnt find anyone with this same problem.
The ControlSource looks like this:
=Forms!Main!Item1Desc
Item1Desc is the combo box on the Main form derived from a table called
LineItems, first column AutoNumber, Second Column ProductName.
Any help would really be apreaciated.
Thanks,
Paul Hilgeman