M mech55 Registered User. Local time Today, 12:33 Joined Aug 26, 2005 Messages 61 Sep 15, 2005 #1 I have a subform within a form that when it is loaded is visible=false. I need to make it visible when some condition within the main form is completed. The problem is that their names are form. How do I distinguish one form the other in my code?
I have a subform within a form that when it is loaded is visible=false. I need to make it visible when some condition within the main form is completed. The problem is that their names are form. How do I distinguish one form the other in my code?
L llkhoutx Registered User. Local time Today, 14:33 Joined Feb 26, 2001 Messages 4,013 Sep 16, 2005 #2 forms!MainForm!SubForm.visible = true