Hello All!
Newbie here!
I have a very simple database and I am trying to track deadlines. I have a meeting date and I need to calculate 90 days out in the critical date field. I used the following in the critical date field:
=DateAdd("d",90,[MeetingDate])
However nothing is calculated on the form. I have used this before and it worked just fine. I thought my database was corrupted so I deleted it and started over. I re-typed from scratch all my records. Fortunately only 46 of them.
I have read everything I can find and if the answer is out there, I missed it.
What am I doing wrong?? Thanks for any and all help!