D
Dudley
Forms in my database have one set of command buttons which open other forms
(and close the current form) for the same record, and another set of command
buttons which copy data between fields. I would like to perform (the same)
error checking whenever any of these command buttons are clicked.
I have tried doing this as an event procedure in Form Properties 'On Close',
but this does not work the first time I click a button, although for some
reason it does work if I go back to the form and click a second time. I have
also tried putting the event procedure in 'On Cmd Before Execute', but this
did not work.
Can anyone help?
Thanks very much
Dudley
(and close the current form) for the same record, and another set of command
buttons which copy data between fields. I would like to perform (the same)
error checking whenever any of these command buttons are clicked.
I have tried doing this as an event procedure in Form Properties 'On Close',
but this does not work the first time I click a button, although for some
reason it does work if I go back to the form and click a second time. I have
also tried putting the event procedure in 'On Cmd Before Execute', but this
did not work.
Can anyone help?
Thanks very much
Dudley