J
Junior
I have placed code in a Form's Open event
but not correctly writing error handler
What is the correct syntax for the error handler
in a form open event?
Thanks
Such as the below for a click event
On Error GoTo Err_cmdfrmReview_Click
but not correctly writing error handler
What is the correct syntax for the error handler
in a form open event?
Thanks
Such as the below for a click event
On Error GoTo Err_cmdfrmReview_Click