Hello again..
I need to select three fields from a table however i need to select only the fields where two of the fields are DISTINCT. The final collum is a collum of unique values.
I have written a query to selct the fields I require. The problem i am having is when I make the query and Set it to distinct all of the records are selected becasue of the unique value.
Does anyone know how to set the query to pick up fields where field1 and field2 are unique and to ignore the third.
I hope this makes sense
Thanks in advance
Chris
I need to select three fields from a table however i need to select only the fields where two of the fields are DISTINCT. The final collum is a collum of unique values.
I have written a query to selct the fields I require. The problem i am having is when I make the query and Set it to distinct all of the records are selected becasue of the unique value.
Does anyone know how to set the query to pick up fields where field1 and field2 are unique and to ignore the third.
I hope this makes sense
Thanks in advance
Chris