I am trying to make some statistics for a darts club.
I have a table for members and one for points, I have linked the Id from members to my point table, to indicate what player gets the point. I need the point table to have an entry of points scored for each training session.
My problem is that it needs to be fool proof (user friendly?)
I have hoped to make a checkbox for those who are present, and then my subform with the point table should create a new record, so it’s between hard and impossible to edit previous records.
Is this even possible?