Vaimpir JAFO Local time Today, 02:33 Joined Mar 5, 2004 Messages 78 Mar 22, 2004 #1 Is there a way to hide/show a subform with a cmdbtn in the same parent form? Thanks, Steven
Calvin Registered User. Local time Yesterday, 23:33 Joined Jun 4, 2003 Messages 286 Mar 22, 2004 #2 use the visible property Code: subformname.visible=false
C chris_dono Registered User. Local time Today, 07:33 Joined Mar 19, 2004 Messages 19 Mar 23, 2004 #3 better to use a toggle button and check if it's visible property is true or false before changing it, just a GUI thing
better to use a toggle button and check if it's visible property is true or false before changing it, just a GUI thing