G
Guest
Hello all,
I have created a date field (A) to keep track of which books to destroy. I
have it set up to populate the field automatically when we add a new book
into the database. It is set up in the BeforeUpdate of a form, and I am
trying to write a formula to add 10 years from the date the book is added
into the database.
Below is the formula:
me.[A].value = now(year()+10,month(), day())
It does not seem to be working. I am getting an error.
Please help. Thanks.
I have created a date field (A) to keep track of which books to destroy. I
have it set up to populate the field automatically when we add a new book
into the database. It is set up in the BeforeUpdate of a form, and I am
trying to write a formula to add 10 years from the date the book is added
into the database.
Below is the formula:
me.[A].value = now(year()+10,month(), day())
It does not seem to be working. I am getting an error.
Please help. Thanks.