Well I found a fix, here is the code:
If IsNull(cboDTAbove.Value) = False Then
DTAboveVal = "[DgnTemp] >= " & cboDTAbove.Value
cboDTemp.Value = ""
End If
When I filter it, it worked. Not saying its the best code, but it gave the output.
Thanks anyway. I love it when code works!
|