G
GILBERT
I need to do two things 1st to identify numbers that are duplicated in a
column part of a query. In a separate column same query I would like for it
to indicate which rows are duplicated (E.G. Dup, Not Dup). The rows has a
column with date/time stamp with a format of 08/22/2007 12:30:34 is it
possible to identify the row that was enter 1st
Date/Time Numbers Dup
08/22/2007 12:30:34 123 Dup Enter 1st
08/22/2007 12:35:34 123 Dup
08/22/2007 12:35:34 345 Not Dup
08/22/2007 12:36:36 123 Dup Enter 2nd
08/22/2007 12:38:34 345 Dup
08/22/2007 12:35:34 345 Dup Enter 1st
since we will only report out on the last date/time stamp.
column part of a query. In a separate column same query I would like for it
to indicate which rows are duplicated (E.G. Dup, Not Dup). The rows has a
column with date/time stamp with a format of 08/22/2007 12:30:34 is it
possible to identify the row that was enter 1st
Date/Time Numbers Dup
08/22/2007 12:30:34 123 Dup Enter 1st
08/22/2007 12:35:34 123 Dup
08/22/2007 12:35:34 345 Not Dup
08/22/2007 12:36:36 123 Dup Enter 2nd
08/22/2007 12:38:34 345 Dup
08/22/2007 12:35:34 345 Dup Enter 1st
since we will only report out on the last date/time stamp.