In Access 2010, I have set a field type to ‘calculate’ but there appears to be a restriction related to date. I wanted to use something link the following: IIf(([EndDt]>date()),1,0)
However, the error message displayed is pretty clear cut. Is there a way around this? I just wanted to populate a field based on two dates, one being the system date.
However, the error message displayed is pretty clear cut. Is there a way around this? I just wanted to populate a field based on two dates, one being the system date.