I've got a database that was set up for people that are admitted to a nursing home. These are the fiels:
FirstName
LastName
DateAdmitted
They have a form where they enter the data for those three fields. That part is fine. The people at the nursing home want to add some fields that will show dates that are 30 days, 60 days, and 90 day past the DateAdmitted. This is where I need help. They want to store these results in the table as well. The added fields are
30Days
60Days
90Days
How can I calculate these dates and store them in the table?
FirstName
LastName
DateAdmitted
They have a form where they enter the data for those three fields. That part is fine. The people at the nursing home want to add some fields that will show dates that are 30 days, 60 days, and 90 day past the DateAdmitted. This is where I need help. They want to store these results in the table as well. The added fields are
30Days
60Days
90Days
How can I calculate these dates and store them in the table?