change multiple text boxes by changing one combo box

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

Guest

How do I get multiple text boxes to change, by changing the selection in a
combo box. For example: changing the company name changes the address, city,
state on the form.
 
Are the "multiple text boxes" bound to fields in the form's record source or
do you just want to display (not store) the address,...?

Generally, you just want to save the primary key from the combo box row
source and not store the additional fields.
 
Back
Top