I have been asked to make some modifications to a couple of DB's we use. One is a DB to track projects with hours (estimates and expended) and the other is used by a different department to track DCF's (or sub projects). Every project could have many DCF's.
With as little disruption as possible I've been asked to make the DCF db track man-hours and track work load by employee.
I got the DCF db to track hours but since in most cases more than one employee can be working on the DCF's I've been having problems making the hours specific to the employee since the db was designed to track the DCF.
My solution was to create a 3rd db just for Man-hours including DCF# and project# so that the hours could be spit out the other db's as needed and also track just what everyone is working on.
Here's my problem (though I'm sure it's not my only one). Each of these db's has a table for employees which have all the same name in them. I want to the employee table in the 3rd db but the EmpID which auto numbered in the other db's is different for each table. Is there a way to make the numbers coincide without losing the integrity of the data currently in those db's.
Sorry for the lengthy explanation but I'm new at this. I did do a search but couldn't come up with anything. I'd appreciate any suggestions on my situation.
Thanks
With as little disruption as possible I've been asked to make the DCF db track man-hours and track work load by employee.
I got the DCF db to track hours but since in most cases more than one employee can be working on the DCF's I've been having problems making the hours specific to the employee since the db was designed to track the DCF.
My solution was to create a 3rd db just for Man-hours including DCF# and project# so that the hours could be spit out the other db's as needed and also track just what everyone is working on.
Here's my problem (though I'm sure it's not my only one). Each of these db's has a table for employees which have all the same name in them. I want to the employee table in the 3rd db but the EmpID which auto numbered in the other db's is different for each table. Is there a way to make the numbers coincide without losing the integrity of the data currently in those db's.
Sorry for the lengthy explanation but I'm new at this. I did do a search but couldn't come up with anything. I'd appreciate any suggestions on my situation.
Thanks