J
Jane
Hi
I am new to Access programming and I would appreciate a
bit of help with the following.
I am doing a db for a company with part-time staff and
full-time staff. For all staff they need things like
name, address and telephone number. But for full time
staff they also need DOB, mother's maiden name and to tick
a box to say they are on the mailing list. For part-time
staff they only need the hourly rate and the cell phone
number.
Does the following make sense?
tblAllStaff (with name, address, phone)
tblFullTimeStaff(with DOB, mother's maiden name and
mailing list)
tblPartTimeStaff(hourly rate, cell phone number)
The first table will have the built-in automatic number as
the unique identifier, which is then used by the other two
tables (which are linked to tblAllStaff by a one-to-one
relationship).
I'd be grateful for any help.
Jane
I am new to Access programming and I would appreciate a
bit of help with the following.
I am doing a db for a company with part-time staff and
full-time staff. For all staff they need things like
name, address and telephone number. But for full time
staff they also need DOB, mother's maiden name and to tick
a box to say they are on the mailing list. For part-time
staff they only need the hourly rate and the cell phone
number.
Does the following make sense?
tblAllStaff (with name, address, phone)
tblFullTimeStaff(with DOB, mother's maiden name and
mailing list)
tblPartTimeStaff(hourly rate, cell phone number)
The first table will have the built-in automatic number as
the unique identifier, which is then used by the other two
tables (which are linked to tblAllStaff by a one-to-one
relationship).
I'd be grateful for any help.
Jane