Access 2003 adding new record to record set problem - TechRepublic
Question
October 21, 2012 at 03:49 AM
pascal3

Access 2003 adding new record to record set problem

by pascal3 . Updated 13 years, 8 months ago

I have a MainForm, a subform within the MainForm, that displays records from a recordset bound to the MainForm.
I have fields ReviewFrequency, ProjectedReviewDate, ActualReviewDate, NextReviewFrequency.
The ActualReviewDate is a user input and the NextReviewFrequency is a user input.
On entering the NextReviewFrequency I want a new record added to the recordset where the ReviewFrequency field in the NEW record, is given the value of the NextReviewFrequency just entered and the ProjectedReviewDate in the NEW record is calculated from the NewReviewFrequency and the ActualReviewDate from the previous record.

Help would be appreciated.

This discussion is locked

All Comments