Duplicate a table when submitting a form?

Hi all,
here is the case : I (try to) play Golf and I would like to keep my scores and others informations in an app.
1st step : a form with basic information (Name of golf course, date) to create the “event”. The associated table is named “Dates”
2st step : another form with 10 datas per hole (par, scratch, green in regulations, etc). This table is named “Scores”.
When I create the first event, everything’s fine. But when I create another one, the scores are coming from the first event.

The solution I’m thinking about is the ability to duplicate a database called “Scores template” when I submit the event button.
Or maybe there is another way ?

(sorry for my english ^^)

Thanks a lot