I am trying to use tabbed pages on a form. This database has two sections (one based on contracts and one based on discounts) connected by a customer table. I would like to be able to enter the Customer name in the header of the form and then be able to see the contract information for that customer on one tab and the discount information for the same customer on the second tab. I put subforms on the two different tabs, however, the problem that I am having occurs when I try to enter a new customer. When I type the new customer name in the "customer name" field, it overwrites the customer name in the two subforms, instead of beginning a new record. Is there a way to make this work?