I'm Using a SubForm with Dataentry=Yes to type and see only the new records.
in every row in the sub form I write the Number of the row in that batch using:
n=recordset.recordcount+1 (at before update event of the form)
now I want 2 things:
1. After Update, To summarize one of the fields (but only in this batch recordset)
2. to append all the new records to another table, and delete them from the original table
thanks
in every row in the sub form I write the Number of the row in that batch using:
n=recordset.recordcount+1 (at before update event of the form)
now I want 2 things:
1. After Update, To summarize one of the fields (but only in this batch recordset)
2. to append all the new records to another table, and delete them from the original table
thanks