I'm not sure how to best explain this but hopefully someone will understand my problem!
Basically, I am creating a new database but am at a bit of a stumbling block as to how to structure one of the tables.
I need to create a table to store Appointment information for each client. However, each client could have 0 appointments or up to 6 appointments. In the existing database, a continuous form was used but this caused problems when querying the appointments for different reports (for example, querying how many clients attended their 2nd/3rd/4th appointments etc).
My question is - is there a way of creating a table that will add appointments in when needed as the way I'm thinking of solving it is to give each client 6 appointment 'slots' but this would be a bit redundant and have a lot of blank entries into the Appointments table.
Basically, I am creating a new database but am at a bit of a stumbling block as to how to structure one of the tables.
I need to create a table to store Appointment information for each client. However, each client could have 0 appointments or up to 6 appointments. In the existing database, a continuous form was used but this caused problems when querying the appointments for different reports (for example, querying how many clients attended their 2nd/3rd/4th appointments etc).
My question is - is there a way of creating a table that will add appointments in when needed as the way I'm thinking of solving it is to give each client 6 appointment 'slots' but this would be a bit redundant and have a lot of blank entries into the Appointments table.
Comment