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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -