HI for all
I have problem with checkbox in a form and command query by it.
This code don't would work.
With -1 is ok but with 0(unchecked) the query result is null:banghead:
I have problem with checkbox in a form and command query by it.
This code don't would work.
With -1 is ok but with 0(unchecked) the query result is null:banghead:
Code:
Like IIf([forms]![RE]![cont]=-1;[Campo1];[Campo1] Not Like " QS*" And ([Tabella1].[Campo1]) Not Like "AS*")