Thanks a ton!
( Make a backup of your database before trying this. )
One way would be to make use of a spreadsheet;
Export your data (List View) to a spreadsheet.
Advance Sort the columns using up to 3 criteria boxes.
Suppose you have an Advanced sorted dataset similar to this ;
A B C D
1 NAME ADDRESS CAR
2 Fred Away Ford
3 Fred Away Ford 1
4 Fred Away Ford 2
5 Fred Home Ford 0
6 Harry Home Renault 0
7 Harry Home Renault 1
... etc
then in D3 ( 2nd data row ) type the following formula
=IF(A3=A2#AND#B3=B2#AND#C3=C2,1,0)
fill this down the column for all your records.
All unique records will be numbered as 0 in column D.
If you copy and paste column D over itself as values,
Sort the data on only column D
You may delete all rows with values greater than 0.
PROVIDED your sort and D column filter was sufficiently detailed.
HTH
--
Kevin James
Tuar Goleuni
KG wrote in message <36f90dfa.0@news>...
--
David A.
tas...@zdnetmail.com
Never give up, just keep on giving as
everything comes to those that wait.