I illy2k Registered User. Local time Today, 18:59 Joined Apr 21, 2003 Messages 51 Jun 13, 2005 #1 Ok, I have two open forms. How would I go about setting the visible property on one form from inside the other?
Ok, I have two open forms. How would I go about setting the visible property on one form from inside the other?
J johny678 Registered User. Local time Today, 20:59 Joined Jun 8, 2005 Messages 28 Jun 13, 2005 #2 I believe that the code Forms!f2.Visible = false will work. You add it in an event of the form f1 (i.e. the click event of a button) to make the form f2 invisible. Hope it helps!
I believe that the code Forms!f2.Visible = false will work. You add it in an event of the form f1 (i.e. the click event of a button) to make the form f2 invisible. Hope it helps!