Search results

  1. R

    The expression IIf(([EndDt]>date()),1,0) cannot be used in a calculated column

    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...
Back
Top Bottom