C
cjborntorun
I have a sub-form that requires the user to select a "ServiceID" in a
combo-box. The related table has "ServiceID" and "ServiceDescription".
These are the only 2 columns in the table, nothing else.
When the user selects the ServiceID, I want my combo box to show the
ServiceDescription on the form, but it shows the ServiceID instead.
Strangely, when I look at the underlying table where the selections are
ultimately stored, it CORRECTLY displays ServiceDescription. How can I get
that to appear on the form too as the user makes their selections.
Thanks
combo-box. The related table has "ServiceID" and "ServiceDescription".
These are the only 2 columns in the table, nothing else.
When the user selects the ServiceID, I want my combo box to show the
ServiceDescription on the form, but it shows the ServiceID instead.
Strangely, when I look at the underlying table where the selections are
ultimately stored, it CORRECTLY displays ServiceDescription. How can I get
that to appear on the form too as the user makes their selections.
Thanks