C
CrissyF
I am trying to get this If statement to work in the criteria field of my
query. If the field does not match either of the conditions, then I do not
want a criteria put on the field.
However, I am getting the following message:
The expression you entered has a function containing the wrong number of
arguments
when I enter this formula:
IIF(Year([DATE])<2008,<=-150000 Or
Can someone please help me with the correct way to write this formula.
Thank you in advance for your help
query. If the field does not match either of the conditions, then I do not
want a criteria put on the field.
However, I am getting the following message:
The expression you entered has a function containing the wrong number of
arguments
when I enter this formula:
IIF(Year([DATE])<2008,<=-150000 Or
=150000,Year([DATE])=2008,IIF(Month([DATE])<7,<=-150000 Or >=150000))
Can someone please help me with the correct way to write this formula.
Thank you in advance for your help