R
Richard Wright
Hi,
I have three tables each containing separate but related information. The
first table is the address table, which is the main table. The second table
is a customer table and the third table is roofinfo.
What I need to do is link any number of customers to one address and any
number of roofinfo to a customer. I believe I want an address table with a
1 to many relationship to the customers table and then a many to many
relationship between the customers and roofinfo tables.
My situation is that I need to display one property address and ALL the
customers and ALL the roofinfo for each customer. I hope this makes sense.
Another way to look at it is I have an address at 123 Main St. with a
customer of Bill's Realty, Bill has two entries about roof inspections that
I did at this address.
I appreciate in advance all help and suggestions that can be offered.
TIA,
Rick
I have three tables each containing separate but related information. The
first table is the address table, which is the main table. The second table
is a customer table and the third table is roofinfo.
What I need to do is link any number of customers to one address and any
number of roofinfo to a customer. I believe I want an address table with a
1 to many relationship to the customers table and then a many to many
relationship between the customers and roofinfo tables.
My situation is that I need to display one property address and ALL the
customers and ALL the roofinfo for each customer. I hope this makes sense.
Another way to look at it is I have an address at 123 Main St. with a
customer of Bill's Realty, Bill has two entries about roof inspections that
I did at this address.
I appreciate in advance all help and suggestions that can be offered.
TIA,
Rick