K
KZ
I am trying to us the IIF command in my criteria to allow sorting.
This is a simplified version of the statment that still fails.
IIf(1=1,([Table1].[data]) Like "*","a")
1=1 is just to force TRUE for testing.
"a" is also just junk in the real thing it is tied to a form data.
The thought was that I should see all values in Table1 feild data just like
if you put
([Table1].[data]) Like "*"
into the Criteria box directly.
Thanks alot to anyone that can help.
This is a simplified version of the statment that still fails.
IIf(1=1,([Table1].[data]) Like "*","a")
1=1 is just to force TRUE for testing.
"a" is also just junk in the real thing it is tied to a form data.
The thought was that I should see all values in Table1 feild data just like
if you put
([Table1].[data]) Like "*"
into the Criteria box directly.
Thanks alot to anyone that can help.