Updating Form based off of Combo Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box in a form. I would like to have the record of the form to
update to what ever is chosen in the combo box. I am unsure how to do this. I
thought of using the after update on the combo box, and then using code for
the form to gotorecord of the combo box.....but I am unsure how to write that
appropriately. Again, I have a record in the combo box. I want the form to
update go to what ever record is chosen from that combo box so that they are
the same record.
 
If you click the wizard tool then add a new combobox it will walk you
through this.

HTH;

Amy
 
Back
Top