I'm tearing my hair out trying to work out this problem. A row in the main table consists of about 20 fields which, when filled out, will either contain a item number or NULL. Another table has a list of the possible item numbers and correspinding category ID's. The information I need out of this is a count of how many of each category ID's items are in a row in the main table. Is this possible to extract?? Database redesign is a possibility if the information I need can't be extracted from the current structure. Any help is appreciated. Thanks.