K
khashid via AccessMonster.com
Hi, I am reposting this question, any help would be really appreciated.
I have a form with few combo boxes and a subform (query), i want the query
based on the combo boxes selection.
The issue i am facing is in the following line:
HAVING (((Outbound.CSR)=[Forms]![Outbound Test]![F_CSR]) AND ((Outbound.[Call
Type])=[Forms]![Outbound Test]![F_CallType]));
If I use "AND" then it asks me to select every combo box then it gives me
result, if i use "OR" then it gives me result depending on every option I
select in the combo box, it does not filter the query.
what I want is:
1- Query to be filtered on ever selection and user wouldnt have to use every
combobox.
2- If I want to see the whole query non filtered, whayt do I have to do so it
would delete the selections user made in the Combo Box
3- For date I want to have a text box insted of combo box, so the user can
enter the desired date, and that text box should work with the other combo
boxes to filter the query.
I hope I explained my question this time
I have a form with few combo boxes and a subform (query), i want the query
based on the combo boxes selection.
The issue i am facing is in the following line:
HAVING (((Outbound.CSR)=[Forms]![Outbound Test]![F_CSR]) AND ((Outbound.[Call
Type])=[Forms]![Outbound Test]![F_CallType]));
If I use "AND" then it asks me to select every combo box then it gives me
result, if i use "OR" then it gives me result depending on every option I
select in the combo box, it does not filter the query.
what I want is:
1- Query to be filtered on ever selection and user wouldnt have to use every
combobox.
2- If I want to see the whole query non filtered, whayt do I have to do so it
would delete the selections user made in the Combo Box
3- For date I want to have a text box insted of combo box, so the user can
enter the desired date, and that text box should work with the other combo
boxes to filter the query.
I hope I explained my question this time