J
Jim Thomlinson
I have a table called Products. For simplicity it contains 2 fields. Product
and Size. Here is some sample data
Coke 1L
Coke 6x355ml
Coke 2L
Pepsi 1L
Oreos 500g
Here is what I want to do... On a form I want 2 combo Boxes, Product and Size.
If I Select Coke from a unique list of Products then Size displays the
unique sizes associated with Coke. If I Select 500g then I get the list of
unique products that come in that size. Basically linking the combo boxes
based on the valyue of the other... This should be easy but it has been too
many years for me since I did this last.
and Size. Here is some sample data
Coke 1L
Coke 6x355ml
Coke 2L
Pepsi 1L
Oreos 500g
Here is what I want to do... On a form I want 2 combo Boxes, Product and Size.
If I Select Coke from a unique list of Products then Size displays the
unique sizes associated with Coke. If I Select 500g then I get the list of
unique products that come in that size. Basically linking the combo boxes
based on the valyue of the other... This should be easy but it has been too
many years for me since I did this last.