Exclude Unique Value Field From DISTINCT

vdanelia

Registered User.
Local time
Today, 10:50
Joined
Jan 29, 2011
Messages
215
Hello Mates Need your Help!

I have report which is based On a QRY "QRYName" I use distinct, for example:

SELECT DISTINCT QUERYDATA.Product, QUERYDATA.Brand, QUERYDATA.Model,
FROM QUERYDATA

I want to add a bar code but how to exclude it from distinct?
Thank you in Advanced
 
Could you elaborate? It can either be DISTINCT or non-DISTINCT. Not a mixture of both.
 
Hello vbaInet
The field "Barcode" Is Non-Distinct... My one Report is based on that Query, on the report I use the Text Box "Barcode" How to solve this, Other fields are to be DISTINCT Except one field Barcode
 
I still don't follow. If you want the Barcode not to be distinct then it will make the other records to become non distinct too. Maybe you can show me a spreadsheet of what you're trying to do.
 

Users who are viewing this thread

Back
Top Bottom