WHat would be the part to delete the duplicates? Soirry brain fried for the
day.
Bob
-----Original Message-----
From: Guy Walker [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 21, 2000 6:05 PM
To: [EMAIL PROTECTED]
Subject: Re: Duplicate Record code
Robert
Try this
select field1, field2, field3, count(*)
from table
group by field1, field2, field3
having count(*) > 1
Guy
----- Original Message -----
From: "Robert Everland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 21, 2000 2:13 PM
Subject: Duplicate Record code
> What was the code someone had posted here to eliminate duplicates in a
> database.
>
> Robert Everland III
> Web Developer
> Dixon Ticonderoga
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.