Can Click Action Act Like On/Off

  • Thread starter Thread starter Mike Boozer
  • Start date Start date
M

Mike Boozer

I have a subform invisible and is only visible when button1 is clicked. I
want to be able to click button1 again to make it invisible. Sort of a
on/off type of thing but have no idea how to do it. Any help is much
appreciated. Thanks.
 
Mike Boozer said:
I have a subform invisible and is only visible when button1 is clicked. I
want to be able to click button1 again to make it invisible. Sort of a
on/off type of thing but have no idea how to do it. Any help is much
appreciated. Thanks.

Me.SubformControlName.Visible = Not Me.SubformControlName.Visible
 
Thanks a mil Rick. Sometimes the littlest things make all the difference.
Appreciate it!
 
Back
Top