J
joe
Hello All
I am struggling to create a new database structure that gives me what
I am looking for. Seems like it should be easy at first glance but I
have not figured out how to get what I want yet. Here is the problem.
I have information about projects, contractors and skills. For each
project I have I would like to create a query that displays all the
possible skills that a job could need. And then for every project I
would like to show of all the skills I have, what contractors have I
found to fulfill the need.
I started creating 3 separate tables; Projects, Skills, Contractors
and the subsequent fields I needed. Don’t know why I am so stuck here
but not sure how I can configure this so that I can list 1 project,
all skills and then any contractor(s) that meet my need for that
particular project.
Seems like I need one primary key that is common to all tables and
that allow a 1- many relationship between Projects and Skills and 1-
many for skills and contractors.
Aside from the basic table fields, can anyone provide some thoughts on
how I can structure the keys and relationships to get started?
Many thanks
I am struggling to create a new database structure that gives me what
I am looking for. Seems like it should be easy at first glance but I
have not figured out how to get what I want yet. Here is the problem.
I have information about projects, contractors and skills. For each
project I have I would like to create a query that displays all the
possible skills that a job could need. And then for every project I
would like to show of all the skills I have, what contractors have I
found to fulfill the need.
I started creating 3 separate tables; Projects, Skills, Contractors
and the subsequent fields I needed. Don’t know why I am so stuck here
but not sure how I can configure this so that I can list 1 project,
all skills and then any contractor(s) that meet my need for that
particular project.
Seems like I need one primary key that is common to all tables and
that allow a 1- many relationship between Projects and Skills and 1-
many for skills and contractors.
Aside from the basic table fields, can anyone provide some thoughts on
how I can structure the keys and relationships to get started?
Many thanks