Hellow all,
I'm working on a database and trying to go above my skill level, regarding coding.
In my Form I have one field titled “Audit Due (9 months)” and is a date format.
I have a field before this one titled “Sub-recipient’s Fiscal Yr End”, which is also a date format.
What I’m trying to do is have the “Audit Due…” field automatically populate with the date in the “Sub-recipient’s…” but adding 9 months to that date.
For example, if 01/01/2013 is entered in “Sub-recipient’s Fiscal Yr End” field then I want the “Audit Due (9 months) field to be auto-filled with 10/01/2013.
The closest I’ve been able to find is the following:
=DateSerial(Year([Audit Due (9 months)]),Month([Audit Due (9 months)]),Day([Audt Due (9 months)])+9)
But this hasn’t worked so far.
If I can get this to work in the Form I'd like to see what I can do in the table.
Thanks for any and all help!
I'm working on a database and trying to go above my skill level, regarding coding.
In my Form I have one field titled “Audit Due (9 months)” and is a date format.
I have a field before this one titled “Sub-recipient’s Fiscal Yr End”, which is also a date format.
What I’m trying to do is have the “Audit Due…” field automatically populate with the date in the “Sub-recipient’s…” but adding 9 months to that date.
For example, if 01/01/2013 is entered in “Sub-recipient’s Fiscal Yr End” field then I want the “Audit Due (9 months) field to be auto-filled with 10/01/2013.
The closest I’ve been able to find is the following:
=DateSerial(Year([Audit Due (9 months)]),Month([Audit Due (9 months)]),Day([Audt Due (9 months)])+9)
But this hasn’t worked so far.
If I can get this to work in the Form I'd like to see what I can do in the table.
Thanks for any and all help!