I have a subform in my main contracts form for each record that I enter against my main contract. I would like to print each record in the subform without having to enter in the subform number. I created a print button that shows for every record entered in the subform. I've set the query criteria to look for the subform and print the record. When I open the subform on its own the button works for each record. When I open the main form that the subform is embedded in, it prompts me to enter the record from the subform although the main form is open with the subform activated. How can I fix this?