R
ryannick
I'm creating a database for employees and need to include a lot of fields for
each people and can't figure if the best way to do that is one or more
tables. Now have one that includes employment status, job title, social
security number as the PK, and a couple other fields.
I started a table that will include whether or not their file includes the
required forms and signatures with a yes/no check box for each one. I want
the SSN to be the identifier for each and in order of last name.
Better to have one table with lots of fields or two and try to figure out
how to link them and not have to input SSNs and names twice?
each people and can't figure if the best way to do that is one or more
tables. Now have one that includes employment status, job title, social
security number as the PK, and a couple other fields.
I started a table that will include whether or not their file includes the
required forms and signatures with a yes/no check box for each one. I want
the SSN to be the identifier for each and in order of last name.
Better to have one table with lots of fields or two and try to figure out
how to link them and not have to input SSNs and names twice?