G
Guest
VB/Access Newbie - Not sure how I would go about performing the following:
I have a combo box which displays several items from a table. There may be 3
associated rows for item1 but I used the DISTINCT keyword to limit the
display of item1. Upon selection of item1, I want to populate a text or list
box with the appropriate values(qty and color) from the item selected from
the combo box.
Sample data base:
Item Qty Color
A 3 Red
A 6 Blue
A 3 White
B 2 White
B 3 Blue
C 5 Red
Thanks in advance!
I have a combo box which displays several items from a table. There may be 3
associated rows for item1 but I used the DISTINCT keyword to limit the
display of item1. Upon selection of item1, I want to populate a text or list
box with the appropriate values(qty and color) from the item selected from
the combo box.
Sample data base:
Item Qty Color
A 3 Red
A 6 Blue
A 3 White
B 2 White
B 3 Blue
C 5 Red
Thanks in advance!