hrdpgajjar
Registered User.
- Local time
- Today, 06:59
- Joined
- Sep 24, 2019
- Messages
- 71
Hi,
I have two tables,
1. Customer data
2. Supply table
Now Customer data table has all my customer details, and Supply table has all material supplied details. Both table has only one filed in common is Registration No (its not primary key).
Now I want to create a query to know how many customers are there without supply. I have tried to create a relationship between two tables (with Regi.No linked) but it shows the value where both tables have entry for registration number (so the query results zero, i.e all customers had taken supply).
I want to sort out Customer data without supply (Regi. No without supply or supply pending)
How can I do that with a query?
Thanks
I have two tables,
1. Customer data
2. Supply table
Now Customer data table has all my customer details, and Supply table has all material supplied details. Both table has only one filed in common is Registration No (its not primary key).
Now I want to create a query to know how many customers are there without supply. I have tried to create a relationship between two tables (with Regi.No linked) but it shows the value where both tables have entry for registration number (so the query results zero, i.e all customers had taken supply).
I want to sort out Customer data without supply (Regi. No without supply or supply pending)
How can I do that with a query?
Thanks