From: Caroline on
Hi,
I have a form (table) in which one field contains duplicates (case numbers).
I would like ot highlight those in the form, like in Excel, with conditional
formatting.
Is this possible and if so, how?
Thank you,
Caroline
From: John W. Vinson on
On Fri, 26 Feb 2010 08:19:01 -0800, Caroline
<Caroline(a)discussions.microsoft.com> wrote:

>Hi,
>I have a form (table) in which one field contains duplicates (case numbers).
>I would like ot highlight those in the form, like in Excel, with conditional
>formatting.
>Is this possible and if so, how?
>Thank you,
>Caroline

One way (untested) which might work is to include a calculated field in a
query upon which the form is based:

=DCount("*","[tablename]", "[Case Number] = " & [Case Number])

This value will be the count of matches (1 if this is the unique record for
the case).

You could use a condition on this field in the Conditional Format expression.
--

John W. Vinson [MVP]
 | 
Pages: 1
Prev: WOORDEN
Next: Multi Axis Pivot Chart