I have had some experience working with Access 2003, but only with simple standalone databases, which I designed using the Access wizards. I am now working on a database that uses sub forms. My problem is this: I have a main form called frmProblems with a sub form called frmInvolved, which is activated via a command button on the main form. The sub form is not always needed, but when I used it I want it to open up as a new record connected to the table tblProblems (I have a table called tblInvolved where the input goes when entered vis the sub form). I also wish to be able to print the record from the main form and have only the Involved sub form show when I have data. If I do not use the subform then I dont wish the subform to show when I print the record. When I print the record now I get allthe records in the main form"s tableas well as all the records in the sub form's table. Any help would be welcome. 
