Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: hide form


Message #1 by "Howard Stone" <ququmber@h...> on Wed, 27 Nov 2002 19:24:41
I have a form with a cmdButton.  
What procedure do I attach to the cmdButton to hide the form when clicked.

Thanks
Message #2 by "Carnley, Dave" <dcarnley@a...> on Wed, 27 Nov 2002 13:23:30 -0600
me.hide

-----Original Message-----
From: Howard Stone [mailto:ququmber@h...]
Sent: Wednesday, November 27, 2002 1:25 PM
To: Access
Subject: [access] hide form


I have a form with a cmdButton.  
What procedure do I attach to the cmdButton to hide the form when clicked.

Thanks
Message #3 by "Howard Stone" <ququmber@h...> on Wed, 27 Nov 2002 19:38:48
I tried that and I get error saying method or data not found



-----Original Message-----
From: Howard Stone [mailto:ququmber@h...]
Sent: Wednesday, November 27, 2002 1:25 PM
To: Access
Subject: [access] hide form


I have a form with a cmdButton.  
What procedure do I attach to the cmdButton to hide the form when clicked.

Thanks
Message #4 by "Gerald, Rand" <RGerald@u...> on Wed, 27 Nov 2002 13:28:17 -0600
Hi Howard,

Try this.

Private Sub cmdButton_Click()
    Me.Form.Visible =3D False
End Sub

Rand E Gerald
Database Specialist
Information Services / Operations
Bah=E1'=ED National Office
1233 Central St.
Evanston IL 60201
(xxx) xxx-xxxx

-----Original Message-----
From: Howard Stone [mailto:ququmber@h...]
Sent: Wednesday, November 27, 2002 13:25
To: Access
Subject: [access] hide form

I have a form with a cmdButton.
What procedure do I attach to the cmdButton to hide the form when 
clicked.

Thanks
Message #5 by "Kenny Alligood" <kennyalligood@h...> on Thu, 28 Nov 2002 10:22:51 -0500
Forms("YourFormName").Visible = False

Kenny

----- Original Message -----
From: Howard Stone
Sent: Wednesday, November 27, 2002 2:19 PM
To: Access
Subject: [access] hide form

I have a form with a cmdButton.   
What procedure do I attach to the cmdButton to hide the form when clicked.

Thanks
to unsubscribe send a blank email to Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com


  Return to Index