fiogf49gjkf0d Thanks for the reply Brian.
I did your suggestion but it did not show any results (I know for a fact there are accounts with no contacts). Below is a copy of the SQL taken from the query builder.
<p>SELECT A1.ACCOUNTID, A1.USERFIELD9, A1.ACCOUNT, A1.STATUS FROM ACCOUNT A1 INNER JOIN CONTACT A2 ON (A1.ACCOUNTID=A2.ACCOUNTID) WHERE NOT (A2.ACCOUNTID IN (select accountid from contact)) |