View Full Version : Combo Box Does Not Update Form Fields


jem9
06-26-2000, 09:00 AM
I have a combo box on a form and after it is updated the text boxes on the form do not change to that record. How can I make this work?

Travis
06-26-2000, 09:15 PM
You need to add the code on the AfterUpdate Event and tell the fields to equal the appropraite column of the combobox.

jem9
06-27-2000, 10:39 AM
What exactly would this code be? Could you give me an example?

Carol
06-27-2000, 01:37 PM
Refer to today's reply to READY TO LOSE IT!!!

Good luck