Combo box and Text box

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

Guest

Hello all. How can I get the text box to mirror what I choose in a combo box
and have what shows in the text box be saved as a record?
 
Bind your TextBox fo a field in a query/table (assign a ControlSource). In
the AfterUpdate event of the cbo put Me.TextBoxName = Me.YourComboBoxName.
Using your names of course.
 

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