B
billy_pit
Hi,
My Project is in MS Access.
In that I have one form in which I have some textboxes,comboboxes and
listboxes.
Now when I select value from 1st combobox(CustomerID) then it wil
generate list for 1st listbox(PalletNo).
Now I want to select miltiple values from that 1st listbox(PalletNo).
and based upon this selection from 1st listbox(PalletNo) and
combobox(CustomerID) I want to generate list for 2nd listbox(PONo).
For example
CustomerID PalletNo PONo
1000 28300 12345
1001 28301 12346
1000 28302 12345
1000 28303 12345
1002 28304 12347
1003 28305 12348
1000 28306 12350
1000 28307 12350
So when I select 1000 from 1st Combobox(CustomerID) then it will
generate list for 1st Listbox(PalletNo).
like this
CustomerID PalletNo
1000 28300
28302
28303
28306
28307
Now when I select multiple values from that Listbox(PalletNo) then it
will generate list for 2nd listbox(PONo)
like
CustomerID PalletNo PONo
1000 28300 12345
28302 12345
28307 12350
I don't know how to do this.
->how to select multiple values from listbox?
->how can I generate list if I select multiple values from listbox?
Can anyone help me?
Thanks in Advance.
My Project is in MS Access.
In that I have one form in which I have some textboxes,comboboxes and
listboxes.
Now when I select value from 1st combobox(CustomerID) then it wil
generate list for 1st listbox(PalletNo).
Now I want to select miltiple values from that 1st listbox(PalletNo).
and based upon this selection from 1st listbox(PalletNo) and
combobox(CustomerID) I want to generate list for 2nd listbox(PONo).
For example
CustomerID PalletNo PONo
1000 28300 12345
1001 28301 12346
1000 28302 12345
1000 28303 12345
1002 28304 12347
1003 28305 12348
1000 28306 12350
1000 28307 12350
So when I select 1000 from 1st Combobox(CustomerID) then it will
generate list for 1st Listbox(PalletNo).
like this
CustomerID PalletNo
1000 28300
28302
28303
28306
28307
Now when I select multiple values from that Listbox(PalletNo) then it
will generate list for 2nd listbox(PONo)
like
CustomerID PalletNo PONo
1000 28300 12345
28302 12345
28307 12350
I don't know how to do this.
->how to select multiple values from listbox?
->how can I generate list if I select multiple values from listbox?
Can anyone help me?
Thanks in Advance.