Hi. Thanks for reading my post.
I have a field called IssueDate and another field called ExpiryDate
I need the Expiry date field to look at the date in the IssueDate field, then add six months minus 1 day. The Expiry date is 6 months minus 1 day.
I have the ExpiryDate filed set to a calculated field
When I type DateAdd("m",+6,[IssueDate]) - I get an error message that says The expression dateAdd cannot be used in a calculated column.
So, I have two questions.
1. What type of column do I need the ExpiryDate to be
2. What is the formula I need to add 6 months minus 1 day.
I am using Access 2016 on Windows
Thanks for your help.
Deb