I do have a toggle and want have it another face when the button is
pressed. How to perform this is VB?
Can the same be performed with toggles?
Bart
Acces 2003
pietlinden@hotmail.com - 05 Jan 2006 00:49 GMT
change it in the click event of the button...
Me.MyButton.Caption="Some other Caption"
or
Me.MyButton.Picture="SomeImage.bmp"