M
mellowyellow
I am creating a database that will produce a sales contract in the
construction biz. It will have two tables: one contains the line items and
the other the customer information and static contractural information. I
need to link the two tables so that I can produce a query from which I will
produce a report. 3 questions: 1). What kind of field would I need to
create to act as primary key, which leads to question 2). What kind of
relationship do I need: one to many, etc and 3). what kind of join would
I need to make this work?.
The table with line items has a "Yes/No" field where I can choose the
apppropriate line items (that is how I will narrow the line items for the
query and the same with the Customer Info table, where I can choose the right
customer info.
Thanks for your help
construction biz. It will have two tables: one contains the line items and
the other the customer information and static contractural information. I
need to link the two tables so that I can produce a query from which I will
produce a report. 3 questions: 1). What kind of field would I need to
create to act as primary key, which leads to question 2). What kind of
relationship do I need: one to many, etc and 3). what kind of join would
I need to make this work?.
The table with line items has a "Yes/No" field where I can choose the
apppropriate line items (that is how I will narrow the line items for the
query and the same with the Customer Info table, where I can choose the right
customer info.
Thanks for your help