Choose 2 hypothesis in Cbo

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
 
S

Sandra Daigle

You can't use a combo to select two values - instead use a listbox and set
the multi-select property to simple or extended.
 
A

an

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


.
 
Top