Can anybody out there assist - Pleeease!!!
I am trying to create a basic query and just can't seem to get it right. I'll try my best to explain what I need....
The database is used to track parts. (Part 1, Part 2, Part 3.. etc etc - each part is unique, and has it's own record). There are four types of car (A,B,C & D) that these parts can be fitted to. eg Part 1 can be fitted to car types A, B, & D. Part 2 can be fitted to car types C & D. Part 3 can be fitted to car type A etc etc. For each of the four types of car, there is a 'Yes/No' field assigned. My problem arises as I'm trying to create a query, that gets it's query criteria from a form, which consists of four check boxes A,B,C & D. If, for example, only check box D is ticked, and the query is run, the query will retrieve parts 1 & 2. If only C is checked, only part 2 will be retrieved. If A & D is checked, it will retrieve all 3 parts. Can anybody tell me how to achieve this?
Thanx in advance.
GP
(Sorry for the epic-sized explanation!!)
I am trying to create a basic query and just can't seem to get it right. I'll try my best to explain what I need....
The database is used to track parts. (Part 1, Part 2, Part 3.. etc etc - each part is unique, and has it's own record). There are four types of car (A,B,C & D) that these parts can be fitted to. eg Part 1 can be fitted to car types A, B, & D. Part 2 can be fitted to car types C & D. Part 3 can be fitted to car type A etc etc. For each of the four types of car, there is a 'Yes/No' field assigned. My problem arises as I'm trying to create a query, that gets it's query criteria from a form, which consists of four check boxes A,B,C & D. If, for example, only check box D is ticked, and the query is run, the query will retrieve parts 1 & 2. If only C is checked, only part 2 will be retrieved. If A & D is checked, it will retrieve all 3 parts. Can anybody tell me how to achieve this?
Thanx in advance.
GP
(Sorry for the epic-sized explanation!!)