I have a form (Form1) with a subform (Form2). I would like to be able open Form2 on its own by a button on Form1. The reason being to reduce clutter on Form1. On Form2 the user will have a list of topics they can chose from. The topics are never more than what is available for choice, but not all are always used, hence selection. Then when the user choses the topics they desire, close Form2 and Form1 should have the subform with the choices in it?!?! Make sense? I can open a form with a button, no problem, and display check boxes beide the topics, but one check affects all topics. Its like they are combined as one.