Uggghhh - I am now turned in all directions regarding the database I am trying to design.
The company I work for can be compared to a staff agency (for pharmacists/pharmacies).
I don't know what information to include, as I don't want to bog this down, but I'll start at the simplist part (I use simplist loosly, because it doesn't seem to be very simple).
I have an Employees table, which includes the most basic information on the employee, such as contact phone numbers, email addresses, and what type of pharmacy he goes to.
I then have an EmployeeRecord table, which contains the records such as license number, tax forms, internal hr forms (actually, just the date they signed these forms, not the whole form itself), etc.
I linked the primary key of the Employee table, as a foreign key, to the EmployeeRecord table.
When I enter the employee names into the Employee table, shouldn't it fill in on the EmployeeRecord table? When I look in the Employee table, there is a plus by the name, and when clicking it brings up the EmployeeRecords fields, but you still have to fill all the employee's names. (I understand that I will still need to fill in the information that is not on the Employee table.)
What am I missing??? What I described is only one small aspect of this database, so I am quite frustrated!!
Can someone help please?


Julie