3 chooses with same combobox (?)

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

Guest

Hi.

In form I have a combobox and textbox to show us the option choosed in combo.

I woul like in 2nd and 3rd textboxes show the 2nd and 3rd choose with same
combo.
How is possible, please?

Thanks in advance.
an
 
I don't think this is possible. I think you'll need to create two more combo
boxes, so that each textbox can have a dedicated combo box. However, in that
case, you really don't need the textbox to display the selected value, since
the combo box will do that, if it is a bound (ie. has a control source)
control. You could probably achieve the effect you want with a listbox and
some VBA code.


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 
TW,

Thank you for your reply.
Already it was to try with textboxes.

Already know your site. Many thanks too.
an
 
Back
Top