Help! I have a combobox combo22, which via SQL is hooked to tblMachineType w/many records for look up purposes.
combo22 rowsource is
selectdistict statement to SELECT DISTINCTROW tblMachineType.MachineTypeID. Its bound on the ID. The form displays the field type. This works great! but how would I get the value (not the ID) to show up in a textbox, I can only get the IDto show up.
ControlSource: ID
Name: Combo22
I've tried combo22.Column(2) and combo.ID; help
combo22 rowsource is
selectdistict statement to SELECT DISTINCTROW tblMachineType.MachineTypeID. Its bound on the ID. The form displays the field type. This works great! but how would I get the value (not the ID) to show up in a textbox, I can only get the IDto show up.
ControlSource: ID
Name: Combo22
I've tried combo22.Column(2) and combo.ID; help