Hello ..
I have a table called tblEmployee with the data...
I created a seperate table labeled tblEEINFO.. the fields on this table contains link to tblEmployee on the following fields:
EEID = employee id
STATUSID = full-time or part-time
OFFICEID = location of employee
This table also have the following fields which is the same as in tblEmployee:
LastName
FirstName
Phone#
Email
The fields below are new fields specifically for tblEEINFO
Undergrad School
Degree 1
Undergrad School 2
Degree 2
Undergrad School 3
Degree 3
Grad School 1
Grad Degree 1
Grad School 2
Grad Degree 2
Previous Employer
Now .. I want tblEEINFO to be populated with the data already in tblEmployee (lastname, firstname, phone#, email).
Is there a way to do this??
Thanks so much and sorry if I confuse anyone.
I have a table called tblEmployee with the data...
I created a seperate table labeled tblEEINFO.. the fields on this table contains link to tblEmployee on the following fields:
EEID = employee id
STATUSID = full-time or part-time
OFFICEID = location of employee
This table also have the following fields which is the same as in tblEmployee:
LastName
FirstName
Phone#
The fields below are new fields specifically for tblEEINFO
Undergrad School
Degree 1
Undergrad School 2
Degree 2
Undergrad School 3
Degree 3
Grad School 1
Grad Degree 1
Grad School 2
Grad Degree 2
Previous Employer
Now .. I want tblEEINFO to be populated with the data already in tblEmployee (lastname, firstname, phone#, email).
Is there a way to do this??
Thanks so much and sorry if I confuse anyone.