Hi gurus!
If I have this formula in my update query:
IIf([Descriptions Retentions]![Perm]=Yes,Null,DateAdd("yyyy",([Descriptions Retentions]![DeptRet]+[Descriptions Retentions]![WrhseRet]),[A/P Records]![DateTo]))
How can I get it to return 12/31/yy no matter what date is in the [DateTo] field?
FYI - [Perm] is a check box field
Thanks a bunch!
If I have this formula in my update query:
IIf([Descriptions Retentions]![Perm]=Yes,Null,DateAdd("yyyy",([Descriptions Retentions]![DeptRet]+[Descriptions Retentions]![WrhseRet]),[A/P Records]![DateTo]))
How can I get it to return 12/31/yy no matter what date is in the [DateTo] field?
FYI - [Perm] is a check box field
Thanks a bunch!