Then insert a group on {table.account} and then go to report->selection formula->GROUP and enter:
distinctcount({table.codeID},{table.account}) > 1
Then if you need to do any calculations across accounts, be sure to use running totals, since non-group selected records will contribute to the more usual inserted summaries.
-LB