S
Shadow
Any kind of advice is much appreciated to help me overcome this problem.
I have a Customer and Orders table In an access application with a one to
many relationship.
I have also created a query by the following rst:
--------------------------------------------------------------
SELECT tblCustomer.*, tblOrders.* FROM tblCustomer INNER JOIN tblOrders ON
tblCustomer.ID = tblOrders.CustomerID;
--------------------------------------------------------------
Running this query, shows only those Customers who have some records in
Orders table. Is there any way to make this query to show all Customers even
if they haven't any records in Orders table?
many thanks for any kind of advice.
Access 2003
I have a Customer and Orders table In an access application with a one to
many relationship.
I have also created a query by the following rst:
--------------------------------------------------------------
SELECT tblCustomer.*, tblOrders.* FROM tblCustomer INNER JOIN tblOrders ON
tblCustomer.ID = tblOrders.CustomerID;
--------------------------------------------------------------
Running this query, shows only those Customers who have some records in
Orders table. Is there any way to make this query to show all Customers even
if they haven't any records in Orders table?
many thanks for any kind of advice.
Access 2003