Hello, I'm just learning so I apologize for the ignorance.
I'm trying to collect game statistics for my son's hs lacrosse team.
I have a data table with fields of Statistics (like shots made, shots missed, etc.) and Player.
I have a form that lets me enter statistic (e.g. forced a turnover), Player (6 Jimmy) and submit.
From that, I have a pivot table that collects the stats for each player.
I want to make a field for Quarter that doesn't have to be entered each time I create a new record. I tried creating a table with game information and doing a lookup but I don't think that works.
Is there a way to have a record keep the Quarter the same until I have it changed at the end of each quarter? The goal is to be able to have a summary of stats for each quarter and the overall game.
Thank you!
Mike