I am trying to create a form that updates numerous tables.
I would like to be able to input a name and list sports that the person plays
(this is purely an exercise for me to learn access) so it would update two tables one like this
ID Name
1 Riley
2 Jeff
the other that it is linked to by ID number (hidden)
Name Sport
Riley football
Riley Soccer
Jeff Football
Jeff Ultimate frisbee
I don't know how to make a form to input data so it can be shown in a table like this. I am doing this in part because I learned about normalization and want to increase my knowledge of how to make it work.
any help/examples would be great,
Thanks
Riley
I would like to be able to input a name and list sports that the person plays
(this is purely an exercise for me to learn access) so it would update two tables one like this
ID Name
1 Riley
2 Jeff
the other that it is linked to by ID number (hidden)
Name Sport
Riley football
Riley Soccer
Jeff Football
Jeff Ultimate frisbee
I don't know how to make a form to input data so it can be shown in a table like this. I am doing this in part because I learned about normalization and want to increase my knowledge of how to make it work.
any help/examples would be great,
Thanks
Riley