I have a form with three seperate subforms. I have it setup so I enter data in the first subform, then enter data about the selected record in the second subform, this transfers the primary key value from the first subform into the second subform via textbox on main form. What I don't want to have happen is the second subform to show only the data pertaining to the selected record in the first subform, I want it to show all data (to put it another way I don't want my first subform filtering my second based on the selected record). Any suggestions?