Compare two list a nd display duplicates

J

joe schaffer

How do I compare lists to find duplicates. Example list
one may contain 300 entries. List 2 is fixed and contains
on 43 entries. List 2 will always need to be compared to
list one which may change everyday.
 
R

Roger Carlson

On my website (see sig below) is a small sample database called
"CompareTwoTables.mdb" which might get you started.
 
Top