PrgmDabler
Technical User
I'm doing a query from MS Excel using the Query Wizard.
I'm pulling from 4 different JDE Tables.
I need to join AND left join two tables, but it tells me Left joins aren't allowed with more than two tables.
Any thoughts
MORE DETAILS
Table 1- Sales information
Table 2- Addresses
Table 3- Cstmr Names
Table 4- Phone Numbers
I'm pulling information from table 1 that includes Cstmr numbers. Sometimes there are two customers per sale.
I need the address (tbl 2), name (tbl 3), and phone number (tbl 3) of the first customer.
I need the name (tbl 3) of the second cstmr, and would also like the phone number.
When I do straight joins, it only pulls down data where there are two customers.
Its a long statement, so I haven't included it here, but I can if needed.
I'm pulling from 4 different JDE Tables.
I need to join AND left join two tables, but it tells me Left joins aren't allowed with more than two tables.
Any thoughts
MORE DETAILS
Table 1- Sales information
Table 2- Addresses
Table 3- Cstmr Names
Table 4- Phone Numbers
I'm pulling information from table 1 that includes Cstmr numbers. Sometimes there are two customers per sale.
I need the address (tbl 2), name (tbl 3), and phone number (tbl 3) of the first customer.
I need the name (tbl 3) of the second cstmr, and would also like the phone number.
When I do straight joins, it only pulls down data where there are two customers.
Its a long statement, so I haven't included it here, but I can if needed.