D
DEF
I have two tables describing customers (names, addresses,
etc.), with different structures (although an SQL UNION
to join them is possible) and a third table with orders
(pounds of peas, pounds of corn, etc.) from *both* sets
fo customers. I want to have a form which lets me look at
a customer's info and his orders at once, for all
customers. Later I'll want to make a report concerning
all customers and their orders.
I successfully make a UNION join between the customer
tables, yielding an "AllCustomers" table, and I'd think I
could make a a relationship between the CustomerID in the
joined tables and the Customer ID in the order table.
But, I see no listed fields in the "AllCustomers" joined
table, so I can't make the relationship I want.
Suggestions?
Many thanks,
--daniel
etc.), with different structures (although an SQL UNION
to join them is possible) and a third table with orders
(pounds of peas, pounds of corn, etc.) from *both* sets
fo customers. I want to have a form which lets me look at
a customer's info and his orders at once, for all
customers. Later I'll want to make a report concerning
all customers and their orders.
I successfully make a UNION join between the customer
tables, yielding an "AllCustomers" table, and I'd think I
could make a a relationship between the CustomerID in the
joined tables and the Customer ID in the order table.
But, I see no listed fields in the "AllCustomers" joined
table, so I can't make the relationship I want.
Suggestions?
Many thanks,
--daniel