-
Query
I am doing an assignment for school. I have a query that has 2 tables joined. There is a technician field along with customer fields. I want to make all technicians show up, even if they have no customers. How do I do this? Set some sort of criteria? Here are all of the fields listed... Technician Number, Last Name, First Name, Client number, Client Name, Billed. I have to have all of these fields and have all technicians show up. One is not showing, who has no customers (clients). Help?
-
Use a LEFT Join rather than an INNER Join. The Query Builder know how to do this.
-
thanks!
-
Thanks for posting back with your success. Are you ready to use the Thread Tools and mark this thread as Solved?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules