A
Allison
The SQL view information you gave me is not working:
Per your instructions to remove duplicates go into the SQL
View of the query after the word SELECT add the word
DISTINCT. I received an error message:
Invaid SQL Statement; expected DELETE, INSERT, PROCEDURE,
SELECT OR UPDATE.
I'm trying to produce a make table query from a linked
table. The field labeled APPL ID has duplicate grant
numbers and looks like this:
APPL ID Total Grant Award
6294701 1,500
6294701 1,500
6293862 1,500
6293862 1,500
6294789 1,500
The problem with the above is I'm counting the same
grant twice. I have over 5000 records and half are
duplicates. Any suggestions or can you tell me why the
above does not work????
Per your instructions to remove duplicates go into the SQL
View of the query after the word SELECT add the word
DISTINCT. I received an error message:
Invaid SQL Statement; expected DELETE, INSERT, PROCEDURE,
SELECT OR UPDATE.
I'm trying to produce a make table query from a linked
table. The field labeled APPL ID has duplicate grant
numbers and looks like this:
APPL ID Total Grant Award
6294701 1,500
6294701 1,500
6293862 1,500
6293862 1,500
6294789 1,500
The problem with the above is I'm counting the same
grant twice. I have over 5000 records and half are
duplicates. Any suggestions or can you tell me why the
above does not work????