Hi, I don't know if what I am trying to achieve is possible, but any help would be appreciated
I have a query (based on three tables) and it is displayed on a form. On the form i have setup an option group with 5 option buttons. I want to have the query select only the records which match the option button selected.
Here is the problem, each option button relates to a different field in the record, so I only want to query based on the option selected. Is it possible with one query or do i need 5 queries and use that data to make a table which is then displayed on the form.
eg
Each record might consist of the following
EstID, EstDate, EstEstimator,EstMaster, EstCompleted
The options are show all Est, show all for 2005, show all for Estimator, Show all Master, Show all completed.
The query needs to process only the relevant criteria based on the option button selected, not on all the criteria
I have a query (based on three tables) and it is displayed on a form. On the form i have setup an option group with 5 option buttons. I want to have the query select only the records which match the option button selected.
Here is the problem, each option button relates to a different field in the record, so I only want to query based on the option selected. Is it possible with one query or do i need 5 queries and use that data to make a table which is then displayed on the form.
eg
Each record might consist of the following
EstID, EstDate, EstEstimator,EstMaster, EstCompleted
The options are show all Est, show all for 2005, show all for Estimator, Show all Master, Show all completed.
The query needs to process only the relevant criteria based on the option button selected, not on all the criteria