D
Drew
I have looked around and can't find any solution that fits my needs, maybe
someone can help. I have a query for a report that looks like this,
SELECT *
FROM table
WHERE criteria = CAT
When this query is run, it asks for CAT, which if you type a category in
correctly, it works. The problem is that some of the Categories are rather
long and I would like to present this in a dropdown box. The categories are
kept in a table, CatID and Category.
How can I pass the CatID from the dropdown to the query?
Thanks,
Drew
someone can help. I have a query for a report that looks like this,
SELECT *
FROM table
WHERE criteria = CAT
When this query is run, it asks for CAT, which if you type a category in
correctly, it works. The problem is that some of the Categories are rather
long and I would like to present this in a dropdown box. The categories are
kept in a table, CatID and Category.
How can I pass the CatID from the dropdown to the query?
Thanks,
Drew