G
Guest
i have a database used at work to track certin accounts. recently, we have
decided to monitor these accounts heavily for 30 days, after which they will
be retained but there will no longer be a need to review on a daily basis.
All i want my code to do is take the date entered into the "Date Acct Open"
field and add 30 days to it and display it in the "Review End Date" field.
This is what i have in the "Review End Date" field:
=DateAdd("d", 30, [Date Acct Open])
I keep getting 1/1/1900 as output regardless of what date i use in the Acct
Open field, what am i doing wrong? Thanks for the help.
decided to monitor these accounts heavily for 30 days, after which they will
be retained but there will no longer be a need to review on a daily basis.
All i want my code to do is take the date entered into the "Date Acct Open"
field and add 30 days to it and display it in the "Review End Date" field.
This is what i have in the "Review End Date" field:
=DateAdd("d", 30, [Date Acct Open])
I keep getting 1/1/1900 as output regardless of what date i use in the Acct
Open field, what am i doing wrong? Thanks for the help.