K
kswa098
I have a table with some duplicate records. Data is added every day, and
sometimes more than one data point is added in one day.
Now I need find every place in my table where more than one value exists for
a day and delete all but the highest value for that day. The result needs to
be a table with only one record per day, and that one record needs to
contain the highest value recorded for each day.
I figured out how to delete dups, but I can't glean from the help files how
to process duplicates and delete specific ones. Can anybody help?
sometimes more than one data point is added in one day.
Now I need find every place in my table where more than one value exists for
a day and delete all but the highest value for that day. The result needs to
be a table with only one record per day, and that one record needs to
contain the highest value recorded for each day.
I figured out how to delete dups, but I can't glean from the help files how
to process duplicates and delete specific ones. Can anybody help?