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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top