A
annie via AccessMonster.com
Hi -
I am having troubles figuring this out, although I'm sure I'm just not
thinking this completely through...
I'm building a job tracking db, and for each unique job I want to store, for
example, the sales representative (employee), the project director (employee),
data processor (employee), account executive (employee), etc.
I want to have all of the above in an employee table, and then a job table
with the employee id saved for each individual field (sales rep, project
director, etc.) along with the other information I want to capture about the
job.
Currently, I have a table split out by each type of employee (sales rep,
project director, etc), but that is redundant and an employee could be a
sales rep and a project director for the same job. How do I structure this?
Part of my tables look like this right now:
Job_Info
JobID (job id)
ARID (account rep id)
PDID (project director id)
SRID (sales rep id)
etc.
Account_Rep
ARID
Name
Email
etc.
and so on for each position. How can I make one employee table and save
Account Rep, Project Director, etc. into one job table? And be able to have
the same employee be the acct. rep as the project director??
Any help/guidance would be GREATLY appreciated!!!
Thanks!
I am having troubles figuring this out, although I'm sure I'm just not
thinking this completely through...
I'm building a job tracking db, and for each unique job I want to store, for
example, the sales representative (employee), the project director (employee),
data processor (employee), account executive (employee), etc.
I want to have all of the above in an employee table, and then a job table
with the employee id saved for each individual field (sales rep, project
director, etc.) along with the other information I want to capture about the
job.
Currently, I have a table split out by each type of employee (sales rep,
project director, etc), but that is redundant and an employee could be a
sales rep and a project director for the same job. How do I structure this?
Part of my tables look like this right now:
Job_Info
JobID (job id)
ARID (account rep id)
PDID (project director id)
SRID (sales rep id)
etc.
Account_Rep
ARID
Name
etc.
and so on for each position. How can I make one employee table and save
Account Rep, Project Director, etc. into one job table? And be able to have
the same employee be the acct. rep as the project director??
Any help/guidance would be GREATLY appreciated!!!
Thanks!