Quote:
Originally posted by certus
First thing that occurs to me is create a generalization hierarchy with employee as the supertype holding common employee information and a subtype holding doctor information and a second subtype holding nurse information.
Employee(EmployeeID, EmployeeType, employee info)
Doctor(EmployeeID, DoctorID, doctor info)
Nurse(EmployeeID, NurseID, nurse info)
|
How would i set something like this up in access i know from what you have said i need 3 tables nurse employee and doctor and i think only one form to enter this data to add new employees whether doctor or nurse - i take it i am along the right lines there?
i also take from what you have said that employee type would be a combo box?
any other advice would be nice?........
thanks for the assisstance
Bekka