Automatically fill in data based on data in another field in the table

C

ChadK

New to all of this, I hope someone can help. I have a table that
contains a date field. I would like to have another field in that
table that is automatically filled in with a date of 45 days after the
date that is entered in the first date field. Is this possible?
 
J

Jeff Boyce

Possible, but rarely necessary.

If you know that the second date will ALWAYS be 45 days after the first
date, you don't need to store it.

Instead, consider using a query and the DateAdd() function to calculate it.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top