OK,
Well I have a database which has a table-JobLog, which is used to log jobs, assign it an id, and store relevant info. Each job will have more than 1 employee working on it but I can't fiqure out how to set this up!
I have an EmployeeInfo table in which the primary key is an autonumber that is a foreign field in the joblog table. But, I can't make a seperate field for each employee on the joblog because then there would have to be more than 1 primary key in the joblog table!!
What am I doing wrong here?! I am trying to make a work sched for each job, but I can't..... Hope this isn't too confusing, even I'm confused, but anyone have a suggestion?
Thanks,
LJJ
Well I have a database which has a table-JobLog, which is used to log jobs, assign it an id, and store relevant info. Each job will have more than 1 employee working on it but I can't fiqure out how to set this up!
I have an EmployeeInfo table in which the primary key is an autonumber that is a foreign field in the joblog table. But, I can't make a seperate field for each employee on the joblog because then there would have to be more than 1 primary key in the joblog table!!
What am I doing wrong here?! I am trying to make a work sched for each job, but I can't..... Hope this isn't too confusing, even I'm confused, but anyone have a suggestion?
Thanks,
LJJ