T
Thorson
Is it possible to do an Iif statment in a query based on 2 conditions?
This is what I currently have (if dates are not in the same month put
correction otherwise null):
Correction:
IIf(Month([qryDSACMonthlyDispositionRecords]![EntryDate])<>([qryDSACMonthlyDispositionRecords]![Expr1]),"Correction",Null)
I would like to change it to If dates are in the same month and the day in
the date ([qryDSACMonthlyDispositionRecords]![EntryDate]) is 5 or less then
put correction otherwise put null.
How do I write this?
Thanks for the help!
This is what I currently have (if dates are not in the same month put
correction otherwise null):
Correction:
IIf(Month([qryDSACMonthlyDispositionRecords]![EntryDate])<>([qryDSACMonthlyDispositionRecords]![Expr1]),"Correction",Null)
I would like to change it to If dates are in the same month and the day in
the date ([qryDSACMonthlyDispositionRecords]![EntryDate]) is 5 or less then
put correction otherwise put null.
How do I write this?
Thanks for the help!