dave796
Technical User
- Aug 21, 2005
- 11
I am trying to display a set of records based on a SELECT DISTINCT Field1 statement, however I would like to display other fields in the record without it being assessed if they are distinct from another record or not. (i.e NOT DISTINCT Field1, Field2). I should note it doesn't matter at all what record set is displayed as long as all Field1's are distinct. Is this possible or am I going to have to work around it.