G
Guest
Hello All
I use a simple query to pull all the product indexes from a table:
SELECT DISTINCT tblIndex.ProductID
FROM tblIndex;
How do I get the query to use a specific index when the user chooses a
product or pull all the distinct indexes when no selection is made?
Appreciate the help.
Dave
I use a simple query to pull all the product indexes from a table:
SELECT DISTINCT tblIndex.ProductID
FROM tblIndex;
How do I get the query to use a specific index when the user chooses a
product or pull all the distinct indexes when no selection is made?
Appreciate the help.
Dave