|
||||||
|
Outer Joins By Richard Rost ![]() ![]() Missing Records! Show All Records with Outer Join Have you ever put two related tables together in a query (like customers and contacts) and you wanted to print out a full list of customers and their related orders, but some of your customers were missing? Well, in this lesson I'll show you how to use an OUTER JOIN to fix that problem. Holden from Montgomery, Alabama (a Gold Member) asks: I am trying to put together a single query showing all of my customers along with a list of all of their orders. However, when I join them together in a query I find that if the customer doesn't have any orders, they don't show up in the list. I started this database a year ago and I have customers going back 20 years, but I didn't import all of their old orders. How can I fix my query to show ALL of the customers whether or not they have orders in the system? MembersI'll show you how to show all customers who have NO contacts, and then who you haven't contacted in the past year. Next we'll make a printable contact report with grouping levels for each customer and their contact history below them. Then we'll learn about the can grow and can shrink properties to hide blank space in the report.
Silver Members and up get access to view Extended Cut videos, when available. Gold Members can download the files from class plus get access to the Code Vault. If you're not a member, Join Today!
|
Learn MoreFREE Access Beginner Level 1 Free TemplatesTechHelp Free Templates |
ResourcesDiamond Sponsors - Information on our Sponsors Questions?Please feel free to post your questions or comments below or post them in the Forums. |
Age | Subject | From | |
10 months | Ambiguous outer joins | Thomas Gonder | |
5 years | Left Join All Tables | Michelle Seidelin | |
| |||
Keywords: TechHelp Access missing records, joins, joined queries, outer join, inner join, show all values, show all records, include all records, query does not contain, sorting and grouping level, can grow, can shrink, left join, left outer join PermaLink Outer Joins in Microsoft Access |