G
Guest
I have a query that I want to select all the unique records in one field, and
show all fields for those records.
The SQL Im trying to use is...
SELECT [Emp# Field],[Date Field],[O Field], [MinWorked]
SELECT DISTINCT [I Field]
FROM punch5duplicates;
That is returning a syntax error.
Thanks in advance for the help.
DS
show all fields for those records.
The SQL Im trying to use is...
SELECT [Emp# Field],[Date Field],[O Field], [MinWorked]
SELECT DISTINCT [I Field]
FROM punch5duplicates;
That is returning a syntax error.
Thanks in advance for the help.
DS