needadvice
If you are transferring data from table to another, I suggest you use an append query instead of a form.
In your database window, click on the Query tab. Create a new query in design view. Add the originating table. Double click on each field to be copied. Click on the menu item "Query" and select "Append". You will be prompted for the destination table - select the appropriate one. If your fields are identical, then the system will automatically populate the destination fields. If not, you will have to do this task manually by selecting the appropriate field in the row "Append to". Run the query by clicking on the "!" (bang or esclamation mark). The system will advise you that you are about to "append "xxx" number of rows. Click Yes and you are done.
Richard