I have a table with an autonumber primary field (so I can cascade update many other tables and so I can't remove this required index) a 2nd field that is a customer name and a third field that is a customer order. I can have many instances of the same customer, but I only want 1 instance of each order type. So, in the form, if the data entry person selects an order type that the customer alreay has open, I want the form to be able to determine that the type is already used and not allow this duplicate record. Thanks.