P
PJ
Hi All,
I have form running on a query with a few filtering combo boxes.
I have the following code in the query for the criteria:
Like "*" & Forms!frmMain!cboCombo1 & "*"
in the afterupdate of each combo i have me.requery
in the Clear Filter button I have the following:
cbocombo1.value = ""
cbocombo2.value = ""
me.filter = false
although the text boxes clear but the filter is still on. is there a way to
fix this? Thanks.
I have form running on a query with a few filtering combo boxes.
I have the following code in the query for the criteria:
Like "*" & Forms!frmMain!cboCombo1 & "*"
in the afterupdate of each combo i have me.requery
in the Clear Filter button I have the following:
cbocombo1.value = ""
cbocombo2.value = ""
me.filter = false
although the text boxes clear but the filter is still on. is there a way to
fix this? Thanks.