Hi,
code noobie, so would love some help here.
I have a form with several controls (mostly txt and chk). When I click a cmd, I have set some of the controls to Visible = False and some to Visible = True depending on what the user needs to see at the time.
What I'd like to do, is if the user clicks this same cmd again, the form reverts back to the previous view, and they can switch between the two views of the form as many times as they like.
I think the code goes on the On Click event, just not sure what I need! Any help greatly appreciated.
If I'm not clear, please let me know, thanks.
code noobie, so would love some help here.
I have a form with several controls (mostly txt and chk). When I click a cmd, I have set some of the controls to Visible = False and some to Visible = True depending on what the user needs to see at the time.
What I'd like to do, is if the user clicks this same cmd again, the form reverts back to the previous view, and they can switch between the two views of the form as many times as they like.
I think the code goes on the On Click event, just not sure what I need! Any help greatly appreciated.
If I'm not clear, please let me know, thanks.