1. I have 2 related tables: 1 to many: tblPeople and tblAAHistory
2. 1 form with subform: see above: main form = frmPeople; sub form = frmAAHistory
3. When I enter data thru the subform this occurs: Record 1 of main form leads to the subform with many records: like 4 records and it opens to record 1 of 4. (this reflects the data in the table. ) (This data was copied)(we are now entering data for the first time)
4. Now when I am in the subform at record 1 of 4 and I hit the arrow key to create a new record like record 5 of 5……..The data goes in the tblAAHistory PREPENDED(BEFORE) the already existing records. This is confusing as when I close and then open the form and go to the subform – record 1 of 5 is the last record I entered. This is not what I want. I have records for 1997, 1998, 1999, and 2000. So when I enter record 5 for 2001, I want it to be record 5 of 5.
What have I done wrong?
Soc