mkelly Registered User. Local time Today, 14:53 Joined Apr 10, 2002 Messages 213 May 17, 2002 #1 If I make a form invisable can I use a check box to make it visable? Is there another way to do this. Any help is apprieciated
If I make a form invisable can I use a check box to make it visable? Is there another way to do this. Any help is apprieciated
Sohaila Taravati Registered User. Local time Today, 20:53 Joined Oct 24, 2001 Messages 266 May 17, 2002 #2 Put this code behind the checkbox event property click: If ([YourChecboxName]= -1 Then me![YourFormName].visible else me![YourFormName].Not Visible End If Sohaila
Put this code behind the checkbox event property click: If ([YourChecboxName]= -1 Then me![YourFormName].visible else me![YourFormName].Not Visible End If Sohaila