I have a query but i do not wish to see any repeating results, for example there cannot be a result with the same works order number and product number. for instance
Product number Works order number
22180 565656
22180 565656
So u cannot have two of the same products in one works order, how do u prevent the query from showing such duplicates, as it is currently doing.
Keeping in mind that there can be the same product number in a number of different work orders number.
For instance u can have the following:
product number Works order number
22180 454545
22180 454808
If i grouped by "where' wihin te query for both fields would this work.
Q2- If i run the query again, i do not want to add the existing results within the table again, as the will result in having duplicate entries. How can i stop this.
Product number Works order number
22180 565656
22180 565656
So u cannot have two of the same products in one works order, how do u prevent the query from showing such duplicates, as it is currently doing.
Keeping in mind that there can be the same product number in a number of different work orders number.
For instance u can have the following:
product number Works order number
22180 454545
22180 454808
If i grouped by "where' wihin te query for both fields would this work.
Q2- If i run the query again, i do not want to add the existing results within the table again, as the will result in having duplicate entries. How can i stop this.