I have two tables, TXClips and Shots. The Shots table is a select from in a combo, to allow the user to fill in a field in the TXClips table. I am trying to make a query that will produce a list of Shot choices from the table Shots, where the item in Shots has never been put into the TXClips records. In other words I am trying to fill a list with Shot choices that can be deleted safely as no record in the TXClips uses it. Hope thats clear. Help greatly appreciated.