I have the below formula in excel that needs to work in a new calculated field of Access 2010.
=IF((ISBLANK(Mydate)),IF(Deadline date>TODAY(),"Not sent (Deadline approaching)", "Not sent (Past due)"),IF(Mydate<=Deadline date,"On time","Not on time"))
Kindly help.