Hello, just a quick one od some thing I have come across today.
I have a form, and on this form I have 3 date fields that i enter a date that something was tested, the other 2 date fildes I have put calculations in to calculate 12 months on the the test date and a cound down of how many days are left.
e.g.
Date one. 01/01/2013
date two 09/04/13 calculated to 98 days from date one wit the following =DateAdd("d",98,[LastPMI])
date 3 just counts down, so no real concern with this one, but date 2 is the one tat i need. as its the due date.
I have just notice that the date that calculates the future date does not put a date in my table that the form is linked to. so I now im getting wrong date data.
Is there some thing that can be done to corect this or will I just have to enter that dates manually.