Here is my query field in a make table query:
Date of 3 month f/u due: IIf([Date of IC Review] Is Not Null,([INDEX_DATE]+83),"")
But I want the response of ([INDEX_DATE]+83) to be formatted as a date and not as text. The existing table field of INDEX_DATE is already in date/time format.
I've tried
Date of 3 month f/u due: IIf([Date of IC Review] Is Not Null,DateValue([INDEX_DATE]+83),"")
but to no avail.
Any ideas?
Date of 3 month f/u due: IIf([Date of IC Review] Is Not Null,([INDEX_DATE]+83),"")
But I want the response of ([INDEX_DATE]+83) to be formatted as a date and not as text. The existing table field of INDEX_DATE is already in date/time format.
I've tried
Date of 3 month f/u due: IIf([Date of IC Review] Is Not Null,DateValue([INDEX_DATE]+83),"")
but to no avail.
Any ideas?
