I have a main form with pulls information about signs. Then I have a sub form that contains the work order information for those signs. I want to be able to print the form but only the current record. I tried print current record but what it does is it prints the current record of the main form but every record of the subform. I want only the current record of the main form and the current record of the subform. Is there a way to do that? Thanks