G
Guest
I want to put a combo box on a form that will select information from another
table and store only the code from that table. Better described below.
Form - frmSearchName
Uses Table - Summons
Field for Combo Box - Type
The combo box will draw from table tblType which has two fields, TypeCode
and TypeDescr.
My problem is that I want the description (TypeDescr) to display on the
form, but the code (TypeCode) to be stored in the Summons table. Using the
wizard, it bind the field to TypeCode and stores it just fine, but also
displays this info on the form. I know this is simple and that I've probably
done it before .... still looking for an example in one of my other database
..... and drinking my morning coffee!!!!
table and store only the code from that table. Better described below.
Form - frmSearchName
Uses Table - Summons
Field for Combo Box - Type
The combo box will draw from table tblType which has two fields, TypeCode
and TypeDescr.
My problem is that I want the description (TypeDescr) to display on the
form, but the code (TypeCode) to be stored in the Summons table. Using the
wizard, it bind the field to TypeCode and stores it just fine, but also
displays this info on the form. I know this is simple and that I've probably
done it before .... still looking for an example in one of my other database
..... and drinking my morning coffee!!!!