Hello,
I am working on an access database that isn't my own. It was created in a slightly flawed way but too much work has been done in order to start from scratch so I am building off of what is done.
My current goal is creating a from with 2 inputs that will create a new Participant:
1) The Participant's Name
2) The Participant's Number
The Participant Number serves as Primary Key.
What I would like to do is have one form create a new line in the "Participants" table recording the Participant's Name and the Participant's Number as well as insert a new line in about 10 other tables with the Participant's Number.
Is there any way I can do this through one form or I need to use one form for each table?
Thank you