dakota97
Well-known member
Hi all,
I need to write one SQL query to retrieve data from 3 different tables. Ive joined 2 tables successfully, but how do I get the third in there?
SELECT * FROM tblOrders INNER JOIN tblCustomer ON tblCustomer.AccountNum=tblOrders.AccountNum WHERE tblOrders.Voided=False;
Thanks in advance,
Chris
I need to write one SQL query to retrieve data from 3 different tables. Ive joined 2 tables successfully, but how do I get the third in there?
SELECT * FROM tblOrders INNER JOIN tblCustomer ON tblCustomer.AccountNum=tblOrders.AccountNum WHERE tblOrders.Voided=False;
Thanks in advance,
Chris