Combo Box Autofill

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

Guest

I have a combo box based off a table where the user and choose the Entity and
the List is another table tbl_Entity, column #1 being the Entity number
(Autonum) and Column #2 is the name.

I am trying to get text boxes in various areas of the form (a tabbed form)
to display what the user has entered, so the information does not have to be
chosen again.

I can do this for the ID, but not the name.

Please help!
Thanks.
 
I have a combo box based off a table where the user and choose the Entity and
the List is another table tbl_Entity, column #1 being the Entity number
(Autonum) and Column #2 is the name.

I am trying to get text boxes in various areas of the form (a tabbed form)
to display what the user has entered, so the information does not have to be
chosen again.

I can do this for the ID, but not the name.

Please help!
Thanks.

That's rather vague, Chickalina. Your combo box has and entity number
(which I'd suggest should be in a width zero field in the combo so
it's not displayed) and a name. So the combo should display the name
(or can be set to do so).

Evidently there is some other information that you want to display in
"various areas", but you do not say what information, or where it
might be coming from.

Care to give us a hand here?

John W. Vinson[MVP]
 

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