C
cox
I have 5 tables:
Link_Number
Customer_Number
Customer_Name
Customer_Address
actions
I have multiple customer numbers per link number, multiple customer names
per customer number, multiple customer addresses per customer name, and
multiple actions per customer address.
Here is how I am set up:
Link_number customer_number customer_name
customer_address pfr actions
Id id id
id id id
Link link
customer_number customer_name customer_address notes
customer_number customer_name
customer_number
My tables are joined by the field that is exactly the same
Link_number.link - customer_number.link
Customer_number.customer_number - customer_name.customer_number
Customer_name.customer_name - customer_address.customer.name
Customer_address.id - actions.id
Right now my problem is that I can only have 1 unique customer number in the
table, regardless of the link number. What am I doing wrong?
Thanks,
Bob W.
Link_Number
Customer_Number
Customer_Name
Customer_Address
actions
I have multiple customer numbers per link number, multiple customer names
per customer number, multiple customer addresses per customer name, and
multiple actions per customer address.
Here is how I am set up:
Link_number customer_number customer_name
customer_address pfr actions
Id id id
id id id
Link link
customer_number customer_name customer_address notes
customer_number customer_name
customer_number
My tables are joined by the field that is exactly the same
Link_number.link - customer_number.link
Customer_number.customer_number - customer_name.customer_number
Customer_name.customer_name - customer_address.customer.name
Customer_address.id - actions.id
Right now my problem is that I can only have 1 unique customer number in the
table, regardless of the link number. What am I doing wrong?
Thanks,
Bob W.