Hi all,
I am still looking for some help if anyone has the time.
I have since tried the following:
=IIF(L_D Start Date] = DateDiff('yyyy',[L_D Start Date, Now())>=1,"Yes")
Nothing happens, so I tried this:
=IIf(Int([L_D Start Date])=DateDiff('yyyy',[L_D Start Date],Date())>=1,"yes","")...