I currently have a field in a table called expiration date in which a dates are stored. In a form I added a text box that has an IIF statement
=IIf([Expiration Date]<Date(),"Expired",IIf([Expiration Date]=Date(),"Expires today","No"))
When in form view the box always says Expired no matter what the date is in [Expiration Date]
I don't see anything wrong with my IIF statement. plz help.
=IIf([Expiration Date]<Date(),"Expired",IIf([Expiration Date]=Date(),"Expires today","No"))
When in form view the box always says Expired no matter what the date is in [Expiration Date]
I don't see anything wrong with my IIF statement. plz help.