
How to set default value of combo box to value of record in database
See DataCombo Control and its boundtext property.
Quote:
> I have a form to permit editing of a particular record. There is a combo
> box on the form containing values for states. I want the combo box
> to default to the value of the state in the record contained in the
database
> when the form is opened.
> Any thought on how to do this?
> Thanks!