I'm trying to construct a subform selection list for a group of products that needs to be filtered by control on the parent form.
The problem is when I include the Category field in the subform's query it creates a product id row for each category it belong to.
What is the best way to construct a query(s) that will produce a list of Product ID's that can FILTERED by the product category and not product duplicates?
The only way I can see to do it is to use a subquery to first filter (using criteria's extracted from the controls on the parent form) and then query that query which will remove records with duplicate fields.
Thanks Jay
The problem is when I include the Category field in the subform's query it creates a product id row for each category it belong to.
What is the best way to construct a query(s) that will produce a list of Product ID's that can FILTERED by the product category and not product duplicates?
The only way I can see to do it is to use a subquery to first filter (using criteria's extracted from the controls on the parent form) and then query that query which will remove records with duplicate fields.
Thanks Jay