I can think of a quick sql query.
Something off the top of my head like
Select * from IMITMIDX_SQL where item_no not in (SELECT comp_item_no FROM BMPRDSTR_SQL) AND item_no not in (SELECT item_no FROM BMPRDSTR_SQL)
In theory this should tell you which parts in the item master are not either either components or master bills.
Andy Baldwin
"Testing is the most overlooked programming language on the books!"
Ask a great question, get a great answer. Ask a vague question, get a vague answer.
Find out how to get great answers FAQ219-2884.