R
RGFlade
I know I have done something like this before but can't remember how.
I have a table (Employees) that contains employee data and has a unique ID
(EID) which is an autonumber field. There is a field (PCRType) that lists if
the employee is a Nurse, Tech, Sec, or Other.
I have another table (EduType) that has all the required education for the
staff (Year, Description, Method, Nurse (Y/N), Tech (Y/N), Sec (Y/N), Other
(Y/N)) and this table has an autonumber field for unique identifier
(EduTypeID).
I have a third table (EducationalRecord) that I want to create from the two
above. This needs the EID from Employee, EduTypeID from EduType and then
some other fields (DateAttend, DateExpire, etc) that get filled in as
employees complete the required education.
My question - how can I automate it so that the third table gets an entry
for every staff member - I need to have the third table stay this EID is a
Nurse (from Employee) and this education is required for a Nurse (from
EduType) and appends a record and replaces the EID and EduType in that new
record.
I know I have done something like this before and I'm sure it was with
Append Query but I can't figure out how I did it.
Any help will be greatly appreciated.
Thanks
Bob
--
Robert G. Flade, RN, MS
Director - Emergency Department
The Hospital of Central Connecticut
at New Britain General Hospital
New Britain, CT 06050-0100
I have a table (Employees) that contains employee data and has a unique ID
(EID) which is an autonumber field. There is a field (PCRType) that lists if
the employee is a Nurse, Tech, Sec, or Other.
I have another table (EduType) that has all the required education for the
staff (Year, Description, Method, Nurse (Y/N), Tech (Y/N), Sec (Y/N), Other
(Y/N)) and this table has an autonumber field for unique identifier
(EduTypeID).
I have a third table (EducationalRecord) that I want to create from the two
above. This needs the EID from Employee, EduTypeID from EduType and then
some other fields (DateAttend, DateExpire, etc) that get filled in as
employees complete the required education.
My question - how can I automate it so that the third table gets an entry
for every staff member - I need to have the third table stay this EID is a
Nurse (from Employee) and this education is required for a Nurse (from
EduType) and appends a record and replaces the EID and EduType in that new
record.
I know I have done something like this before and I'm sure it was with
Append Query but I can't figure out how I did it.
Any help will be greatly appreciated.
Thanks
Bob
--
Robert G. Flade, RN, MS
Director - Emergency Department
The Hospital of Central Connecticut
at New Britain General Hospital
New Britain, CT 06050-0100