G
Guest
Hi there,
Need some assistance.
Ill try my best to explain this without a visual.
I have a dropbox which lists "products", for example.
and I have another dropbox which lists the "package" of the "product".
When the user selects the product in the first dropdown box, I need some
help in narrowing down the "packages" so that it only lists the "packages"
that are linked, or related to the selected "product".
Right now, the dropdown box that has the "packages" lists all the packages
for all the products.
Heres what I got for ROW SOURCE:
SELECT DISTINCT AaMaster.Package FROM AaMaster;
Thanks.
-MK-
Need some assistance.
Ill try my best to explain this without a visual.
I have a dropbox which lists "products", for example.
and I have another dropbox which lists the "package" of the "product".
When the user selects the product in the first dropdown box, I need some
help in narrowing down the "packages" so that it only lists the "packages"
that are linked, or related to the selected "product".
Right now, the dropdown box that has the "packages" lists all the packages
for all the products.
Heres what I got for ROW SOURCE:
SELECT DISTINCT AaMaster.Package FROM AaMaster;
Thanks.
-MK-