M
Marina
I'm having problems with an IIf expression. I have two
fields, one with an expiration date and the other I want
the word "Expired" or "Active" to automatically populate
based on the expriation date field.
This is what I have tried:
IIf([ExpDate]>=.date, "Expired", "Active") and
IIf([ExpDate]>=()date, "Expired", "Active")
I'm also not sure where to insert the expression.
fields, one with an expiration date and the other I want
the word "Expired" or "Active" to automatically populate
based on the expriation date field.
This is what I have tried:
IIf([ExpDate]>=.date, "Expired", "Active") and
IIf([ExpDate]>=()date, "Expired", "Active")
I'm also not sure where to insert the expression.