I am a fairly novice Access user and have been tasked with creating a database that tracks target outcomes for a grant. One of the target outcomes is the number of contacts each month a client has with a therapist. I know that I need to create tables in order to create a database, but I am confused about how to create a table that tracks therapy contacts. I have created a table with client identifying information that includes Client ID number, Client Last Name, Client First Name, and Client Date of Birth. I don't, however, know how to create another table for the number of therapy contacts a client has each month. I don't want to enter specific dates, I just want to be able to say client A had 2 therapy contacts in January of 2017, and 3 therapy contacts in February of 2017, etc. I want to be able to record this for Client B, Client C, etc. as well. How do I structure a table to record this? Creating fields for each month/year seems cumbersome, so I don't know if that is what I will have to do. Any help would be appreciated.