M Murt Oct 26, 2003 #1 Hi all, i need to put a quit button on a form, anybody got a tip on how to code this,? thanks Murt
H Herfried K. Wagner [MVP] Oct 26, 2003 #2 * Murt said: i need to put a quit button on a form, anybody got a tip on how to code this,? Click to expand... Then set the form's 'CancelButton' property to the button and add 'Me.Close()' to the button's 'Click' event handler.
* Murt said: i need to put a quit button on a form, anybody got a tip on how to code this,? Click to expand... Then set the form's 'CancelButton' property to the button and add 'Me.Close()' to the button's 'Click' event handler.