R
Robin Chapple
I have a membership database with [LastName] and [FirstName] as two of
fields. Data is entered by members to a web based database. I need to
check that duplication does not take place.
I have a query based on the table with a concatenated field that gives
me the complete name:
naim:[LastName]&" "&[FirstName]
My plan was to search for duplicates on the [Naim] field.
I have used the wizard to construct the "Find Duplicates" query with
this error message:
"" You tried to execute a query that does not include the spcified
expression
'Count (*) >1 And [LastName]&" "&[FirstName]='
as part of an aggregate function.
The query qryDatabase performs to produce the concatenated field. The
"Find Duplicates" was made with the wizard. How do I find my
duplicates?
Thanks,
Robin Chapple
fields. Data is entered by members to a web based database. I need to
check that duplication does not take place.
I have a query based on the table with a concatenated field that gives
me the complete name:
naim:[LastName]&" "&[FirstName]
My plan was to search for duplicates on the [Naim] field.
I have used the wizard to construct the "Find Duplicates" query with
this error message:
"" You tried to execute a query that does not include the spcified
expression
'Count (*) >1 And [LastName]&" "&[FirstName]='
as part of an aggregate function.
The query qryDatabase performs to produce the concatenated field. The
"Find Duplicates" was made with the wizard. How do I find my
duplicates?
Thanks,
Robin Chapple