Hi all
I need a small help in my Query. I am running a query that brings results from 3 tables.
Eg:
For ProductID 1 there are more details in the other two tables. So, when i run this query i am getting the ProductID 1 around 200 times.
I want to show the total of Products by counting the distinct ProductId's on the form. How to count them from query result.
I need a small help in my Query. I am running a query that brings results from 3 tables.
Eg:
For ProductID 1 there are more details in the other two tables. So, when i run this query i am getting the ProductID 1 around 200 times.
I want to show the total of Products by counting the distinct ProductId's on the form. How to count them from query result.