Just need some good info on this.
I am probably making it more tough on myself than I should but anyway...here goes.
I have a table where I list each job that a client got.
Of course there's a bunch more in that, but nothing to do with this.
Each Job can have a number of people assinged to it, yet I need to keep track of it all.
I thought of having a table with the jobs and having a field called JobID and then another table that links to it having JobID there as well (just not as a primary key).
That way I can have multiple JobID's for each person on the job.
That make sense?
If not just ask and I will clear up whatever I can.
Thanks!!!
I am probably making it more tough on myself than I should but anyway...here goes.
I have a table where I list each job that a client got.
Of course there's a bunch more in that, but nothing to do with this.
Each Job can have a number of people assinged to it, yet I need to keep track of it all.
I thought of having a table with the jobs and having a field called JobID and then another table that links to it having JobID there as well (just not as a primary key).
That way I can have multiple JobID's for each person on the job.
That make sense?
If not just ask and I will clear up whatever I can.
Thanks!!!