J
Jamie
Hi, I'm trying to write the code for a Filter to a query.
strFilter = strFilter & " AND [nStatus] <> 3 OR " & strFilter & " AND
[nStatus] <> 4"
I need help with the syntax and ordering to make sure it satisfies BOTH
condition 1 and condition 2 or BOTH condition 1 and condition 3.
Thanks
Jamie
strFilter = strFilter & " AND [nStatus] <> 3 OR " & strFilter & " AND
[nStatus] <> 4"
I need help with the syntax and ordering to make sure it satisfies BOTH
condition 1 and condition 2 or BOTH condition 1 and condition 3.
Thanks
Jamie