I've dome a little searching but can't find an easy way to do this.... maybe there isn't an easy solution...
Problem is simple... I want an option group with 3 picks...ALL, YES, or NO..... This group will set the criteria in a query (a Yes/No field) for a report... I tried setting up "Yes" value as "-1", "NO" value as "0" and the "ALL" as "2" then tried an IIF statement making IIF(field = 2, " ", ..... Doesn't work.... Also tried it in code using an invisible textbox to hold the value... but still seems to fail...... is there a simple way to get this to work?
Problem is simple... I want an option group with 3 picks...ALL, YES, or NO..... This group will set the criteria in a query (a Yes/No field) for a report... I tried setting up "Yes" value as "-1", "NO" value as "0" and the "ALL" as "2" then tried an IIF statement making IIF(field = 2, " ", ..... Doesn't work.... Also tried it in code using an invisible textbox to hold the value... but still seems to fail...... is there a simple way to get this to work?