I have a form that calls a query and passes a textbox value to be evaluated in an IIF statement. The textbox value default value is the word blah.
The IIF statement looks something like this:
IIF ([Forms]![Form1]![txtbox1]="blah", NULL, [Forms]![Form1]![txtbox1])
The logic is that if the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.