I have a combobox with a Collection record source with fields: MotorMakeID and MotorMakeDescr. MotorMakeID is what gets stored and later patched to SQL Server.
If I click into the combobox while creating a new record, the description fields display and are selectable. After making a selection, the description field shows as selected in the combobox. And the ID field is stored. Cool.
However, If I save the form and enter the same form to do an edit on the same record- the ID field is displayed in the combo box after form load. If I click into the combobox, description is displayed and is selectable.
How can I get the combobox to display the record's description field when it loads?!
Datacard settings
Combobox settings
Thanks!