Choose 2 hypothesis in Cbo

  • Thread starter Thread starter an
  • Start date Start date
A

an

Hello!
I have a MainForm based in T_Final with Street1 and
Street2 fields.
In this Form I have a CboStreet based in T_Streets.
How is possible I choose two hypothesis (two lines or two
records) in CboStreet to fill two distinct Textbox in
MainForm, please
Thanks in advance.
an
 
You can't use a combo to select two values - instead use a listbox and set
the multi-select property to simple or extended.
 
Ok.
Thanks for your help.
an
-----Original Message-----
You can't use a combo to select two values - instead use a listbox and set
the multi-select property to simple or extended.

--
Sandra Daigle [Microsoft Access MVP]
Please post all replies to the newsgroup.

Hello!
I have a MainForm based in T_Final with Street1 and
Street2 fields.
In this Form I have a CboStreet based in T_Streets.
How is possible I choose two hypothesis (two lines or two
records) in CboStreet to fill two distinct Textbox in
MainForm, please
Thanks in advance.
an


.
 
Back
Top