You might want to consider this:
Rather than enter 10 new records (which you think you want to do but really - trust me, you don't), consider building a form to create one record at a time - but you add two other things:
1. Code to remember all of the contents of the text boxes and other controls on the form when you save the record
2. A button and code that says "create new record" followed by copying the saved contents of the last record you just entered. This would allow you to replicate records as many times as you click the "Replicate" button, and anything you don't change before you save the new record becomes "default" values for the next record.