S
smarty
Hi,
I am using forms bound to stored procedures using the row source property
that allow users to enter values by selecting combo boxes based on
table/stored procedure lookups.
I now need to be able to reduce the available selection option in my second
combo based on the selected value in the first.
As and example I have two combo boxes producs and models. The first would
be populated using the products table below. The second would be populated
using the models table below. If the user selected television on the
products combo the the models selection option would be reduced to colour and
black n white. How would this be acheived?
Products table
Television
Radio
Model table
Colour Television
Black n White Television
DAB Radio
Analogue Radio
I am using forms bound to stored procedures using the row source property
that allow users to enter values by selecting combo boxes based on
table/stored procedure lookups.
I now need to be able to reduce the available selection option in my second
combo based on the selected value in the first.
As and example I have two combo boxes producs and models. The first would
be populated using the products table below. The second would be populated
using the models table below. If the user selected television on the
products combo the the models selection option would be reduced to colour and
black n white. How would this be acheived?
Products table
Television
Radio
Model table
Colour Television
Black n White Television
DAB Radio
Analogue Radio