N
NoviceNana
I have a fairly basic question about table design. I'm building a
database that has 1 main table which is a list of client names. The
clients can get 3 different services and then they are discharged from
the program. My client table is my main table but I have 3 different
tables for the 3 types of services.
So currently the main client table has client names and general
information and information about discharge. I have one table for
each of the other services and they are on 3 different forms where the
main form links to the main client table and the subform links to one
of the 3 service tables.
Is this a good way to do this, or is it better to combine the
information about the 3 service types into one table so there's only
the main client table and then the services table that comprises all
three services.
Thanks for any advice.
database that has 1 main table which is a list of client names. The
clients can get 3 different services and then they are discharged from
the program. My client table is my main table but I have 3 different
tables for the 3 types of services.
So currently the main client table has client names and general
information and information about discharge. I have one table for
each of the other services and they are on 3 different forms where the
main form links to the main client table and the subform links to one
of the 3 service tables.
Is this a good way to do this, or is it better to combine the
information about the 3 service types into one table so there's only
the main client table and then the services table that comprises all
three services.
Thanks for any advice.