I don't know what the correct syntax is to do what I want with the DISTINCT
function (if it's actually possible).
I have a query which displays a variety of fields from a variety of tables
(pretty standard).
However, I only want to show records where the contents of one particular
column in the query are unique - I do not want to perform the function on
the entire record because other fields in the records may be duplicated for
as reason.
function (if it's actually possible).
I have a query which displays a variety of fields from a variety of tables
(pretty standard).
However, I only want to show records where the contents of one particular
column in the query are unique - I do not want to perform the function on
the entire record because other fields in the records may be duplicated for
as reason.
Comment