K
Karen
I have a DB that I acquired from someone at work. This DB
is used to track employee training on company procedures.
The DB is not set up properly. Example: In the employee
table, there are not separate fields for employee name.
She has the entire name in one field. (example: Smith,
John) Also, this DB is used for 3 different departments.
Instead of creating a department table, she created 3
different databases for each department. (Note: Every
table is the same in all 3 databases)
What I want to do is: (and I hope this can be done - this
DB is driving me nuts) Start from scratch and create a DB
with first and last name in separate fields. Create a
department table so there are not 3 separate databases for
each department. I would want to import all the existing
data from all three databases into the new DB, while
maintaining the integrity of the data.
Can this be done? If so, how do I go about this?
Below are the current tables in the DB.
Employee Table
EmployeeName
EmployeeNumber
DateOfHire
TerminationDate
Training Grid Table
ProcedureNumber
TrainingType
EmployeeName
DocumentationDate
Training Type Table
TrainingType
Procedure Table
ProcedureNumber
ProcedureName
ProcedureType
PLEASE HELP - I would greatly appreciate ANYONE'S help!
Thank you
is used to track employee training on company procedures.
The DB is not set up properly. Example: In the employee
table, there are not separate fields for employee name.
She has the entire name in one field. (example: Smith,
John) Also, this DB is used for 3 different departments.
Instead of creating a department table, she created 3
different databases for each department. (Note: Every
table is the same in all 3 databases)
What I want to do is: (and I hope this can be done - this
DB is driving me nuts) Start from scratch and create a DB
with first and last name in separate fields. Create a
department table so there are not 3 separate databases for
each department. I would want to import all the existing
data from all three databases into the new DB, while
maintaining the integrity of the data.
Can this be done? If so, how do I go about this?
Below are the current tables in the DB.
Employee Table
EmployeeName
EmployeeNumber
DateOfHire
TerminationDate
Training Grid Table
ProcedureNumber
TrainingType
EmployeeName
DocumentationDate
Training Type Table
TrainingType
Procedure Table
ProcedureNumber
ProcedureName
ProcedureType
PLEASE HELP - I would greatly appreciate ANYONE'S help!
Thank you