i am having a similar problem but i want to use Like operators as the return expressions in a SQL iff expression
my code looks like
iif(forms![runreport]![A] = -1 , (info.module) like "1756-I*" , (info.module) like "1756-O*" )
Where A is a check box in a form that runs a report
when I use...
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.