vba - MS Access: Conditional formatting - highlight duplicates -
is there expression can use in ms access ,to highlight duplicate entries in reports? tried expression : count(*)>1 doesn't work.
br,
i suspect original query need bulked sub-query has id column , count of id. outermost query need return id count.
within report you'd need add field show linked id count if > 1.
Comments
Post a Comment