Hello Again,
I am using this code:
http://allenbrowne.com/ser-62.html
works excellent for me, but I need to add a combo with value list (only 2 items) and will be singular selection.
I have type in those 2 values in the cboTaskType row source, and then tried to use this:
but then when i run the filter, a popup ask again to enter a value... i don't understand why, if I already selected it in the combo.
Thank you
I am using this code:
http://allenbrowne.com/ser-62.html
works excellent for me, but I need to add a combo with value list (only 2 items) and will be singular selection.
I have type in those 2 values in the cboTaskType row source, and then tried to use this:
Code:
If Not IsNull(Me.cboTaskType) Then
strWhere = strWhere & "([tTaskType] = " & Me.cboTaskType & ") AND "
End If
but then when i run the filter, a popup ask again to enter a value... i don't understand why, if I already selected it in the combo.
Thank you