I have a work order database that needs some error trapping to keep operators from entering wrong info. <br><br>In the main form there is a sub form in the detail section that allows input of items produced by part number. In the header I have a field called "priority".<br><br>The sub form consists of the "part number" listbox, whose row source is a table and "quantity".<br><br>My problem is that operators may input priority 3 in the main form, but choose a part number for a priority 1 in the detail.<br>If an order is priority 1 then all part numbers must be for priority 1. I need to have the part number in all the detail items and the "priority" in the header agree. The priorities are 1,2,or 3. The row souce table has a column for "priority" <br><br>Any ideas?