I have to connect Supertype Entity Called
- Users ( User_ID (PK) , User_Password , Registration_Date , .. etc ) .
to Each one of the following entities :
- Employees ( Employee_ID (PK) , Fname , Lname , Birthdate .. etc )
- Customers ( Customers_ID (PK) , Fname , Lname , Birthdate .. etc )
- Suppliers( Supplier_ID (PK) , Fname , Lname , Birthdate .. etc ) ..
How To Do It ( For relational database ) Using Ms-Access ?