find duplicates

B

Brooke Williams

Is there any expression that I can use in Conditional formatting that will
find when there are two entries that equal each other?
 
M

Michel Walsh

Hi,

Use a DCount in a query, use that query rather that the initial table as
record source for your form, and use >1 as test, on the result of the
DCount.


Hoping it may help,
Vanderghast, Access MVP
 
Top