nubianqueen
Technical User
I have two fields,[ReviewedDate]and [TargetDate]in my table and on a form. The task is when a user enters ReviewedDate (format = mmm-yyyy)I need the TargetDate field to automatically populate a date of 12 months in advance).
I'm pretty sure I should use the DateAdd function, but does it go like this?
DateAdd("mmm",12,[ReviewedDate]
Also where can I attach the formula for it to update the table and the form.
I'd appreciate any help.
Thanks
I'm pretty sure I should use the DateAdd function, but does it go like this?
DateAdd("mmm",12,[ReviewedDate]
Also where can I attach the formula for it to update the table and the form.
I'd appreciate any help.
Thanks