Forum Discussion
Bold Duplicates (Conditional Formatting)
- Apr 26, 2026
Try:
DCount("*","qryLCAmends","[LCID]=" & [LCID] & " AND [LCNo]='" & [LCNo] & "'")>1
Try:
DCount("*","qryLCAmends","[LCID]=" & [LCID] & " AND [LCNo]='" & [LCNo] & "'")>1
- Tony2021Apr 27, 2026Steel Contributor
Odd. I dont know what it is. maybe the form is corrupted. anyways I think i have the correct codes. thank you.
- Tony2021Apr 26, 2026Steel Contributor
hello...thank you for the response.
I see where the edit is
However it seems to bold all records.
would you happen to know what the issue could be?
I was thinking adding a paren on the 2nd criteria?
- George_HepworthApr 27, 2026Silver Contributor
Show us your revised expression, please, rather than describe it. The original failed because it used the concatenation operator -- & -- rather than the logical operator -- AND -- in the expression. Perhaps there's still a small typo that needs to be revised.
- Tony2021Apr 27, 2026Steel Contributor
Hi George, I have described my issue inaccurately on revisit. Its difficult to describe. It is not a must have. I have to look at the data and diver a little deeper on how to describe. thank you...