G
Guest
The final hour is approaching quickly for me. I have by Friday to make my
database live. I will be starting a new job the following Monday, so the
deadline is absolute.
I've never had to do this before, and I could really use some help!
Here's the deal. The purpose of the database is to keep track of assigned
batch numbers to users. The old database consists of one table. The new
database consists of 7 tables. In the new database schema, there are
basically two "main tables" an employee table and an assigned batches table.
I am wondering how I can go about creating a query that updates both tables
at once. For instance, the employee contact information in the employee
table needs to be there to assign it an Employee Id which is the foreign key
reference in the AssignedBatches table.
I was thinking about just importing the data in basically field by field,
but if I could do this in a step approach it be so much faster.
Tips or suggestions?
TIA!
AA
database live. I will be starting a new job the following Monday, so the
deadline is absolute.
I've never had to do this before, and I could really use some help!
Here's the deal. The purpose of the database is to keep track of assigned
batch numbers to users. The old database consists of one table. The new
database consists of 7 tables. In the new database schema, there are
basically two "main tables" an employee table and an assigned batches table.
I am wondering how I can go about creating a query that updates both tables
at once. For instance, the employee contact information in the employee
table needs to be there to assign it an Employee Id which is the foreign key
reference in the AssignedBatches table.
I was thinking about just importing the data in basically field by field,
but if I could do this in a step approach it be so much faster.
Tips or suggestions?
TIA!
AA