1
Toggle button
I have two command buttons, CmdNew and CmdOld, where by clicking the first i make the second visible and vice versa for example Private Sub CmdNew_Click() Me!CmdOld.Visible = True End Sub I want to use only one toggle button instead,with two captions”Old” and “New”. I have difficulties with making the buttons visible and invisible.Also.if i [...]
Answer Question
| January 26, 2009 12:30 PM
cmdNew_Click event, Software development, Toggle buttons
I have two command buttons, CmdNew and CmdOld, where by clicking the first i make the second visible and vice versa for example Private Sub CmdNew_Click() Me!CmdOld.Visible = True End Sub I want to use only one toggle button instead,with two captions”Old” and “New”. I have difficulties with making the buttons visible and invisible.Also.if i [...]
1





