J
Jonathan Blitz
I have the following SQL tables:
Customers: CustId CustName
Markets: MarketId MarketName
Sales: SaleId,MarketId,CustId, ...... (details) .....
The same customer can have details in more than one market.
How can I display this in a 3 level embedded form with the Market as the top
level then the cutomers and finally the sales.
What I can't figure out is the connection between the top level and the
second (i.e. the market and the customer). They have no common key so how do
I connect them?
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
Customers: CustId CustName
Markets: MarketId MarketName
Sales: SaleId,MarketId,CustId, ...... (details) .....
The same customer can have details in more than one market.
How can I display this in a 3 level embedded form with the Market as the top
level then the cutomers and finally the sales.
What I can't figure out is the connection between the top level and the
second (i.e. the market and the customer). They have no common key so how do
I connect them?
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."