I have a command button that shows/hides a subform OnClick. The code that I am using to do this is <br>me![subform].visible=not me![subform].visible<br>Does anyone know how I can make the subform hide until the user clicks the button? Currently, the user has to click the button to hide the subform.<br>Thanks <br>Sera