Hi,
i am trying conditional formatting for a filed. i consider if my form contain same [ОсновенБрој] field and [Подброеви] field second record is duplicate. i tried this exppression: DCount("*";"Delovodnik";"[ОсновенБрој] = " & [ОсновенБрој] & " AND [Подброеви] = " & [Подброеви] & " AND [DelovodnikID] < " & [DelovodnikID])>0 on testform and worked. however on original dont. [ОсновенБрој] field and [Подброеви] field are both numbers. [ОсновенБрој] field is never null. [Подброеви] field can be null but records with null are not considered duplicates. i doubt null values in filed [Подброеви] make expression not to work. with this expression all records are red not just duplicates. By the way expression is in the field [Подброеви].