H
hughess7
Hi, I have an IIF statement which calculates a date field value depending on
the value of another field. I run an append query to achieve the results. I
now need to introduce a third option though and also check the value of a
different field. Am I right in thinking this is too complex to be done in a
query and I will have to maybe apply this to the recordset after it has been
created?
Basically if a dealer rank is red I want to add 11 months to a review date,
Orange add 23 months and Green blank date. But if AuditNo = 0 then add 3
months.
Thanks in advance for any help.
Sue
the value of another field. I run an append query to achieve the results. I
now need to introduce a third option though and also check the value of a
different field. Am I right in thinking this is too complex to be done in a
query and I will have to maybe apply this to the recordset after it has been
created?
Basically if a dealer rank is red I want to add 11 months to a review date,
Orange add 23 months and Green blank date. But if AuditNo = 0 then add 3
months.
Thanks in advance for any help.
Sue