Combo Box Relation

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

Guest

I have account numbers and each of them have a description. Is there a way to
have the user select a visable account description via a drop down list then
the related account would fill in another field which would not be visable on
the form? Is combo box used for this?
 
You can use the AfterUpdate event of the combobox to write data to an
invisible control on your form.

HTH
 

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