Hello,
I am trying to enter data via a form. Two of the fields in the form are an effective date and a termination date. What I need to do is generate multiple records based on what the effective and termination date is with the same data in the rest of the fields. For ex: A entry with an effective date of January 1, 2015 - December 31, 2015 should have 12 records associated with it. Also, I would like to keep the ID the same (autonumber right now) for each of these records. Any help would be much appreciated.