B
Boyd
It appears that I have a one-off corruption issue. I have no idea how
this happened, but I'm looking for the best way to fix it.
My reason for assuming this is because a button's Click event isn't
running after I save the form. Although, if I open the form in Design
view, and click 'Run This Form', the click event runs fine.
I've verified that the 'Send Form Definition With Item' checkbox is
unchecked. I've also checked that the message class is using my custom
form name, which it is. I can't figure out why else the code wouldn't
run when the button is clicked. By the way, the only code in the
Script Editor is :
<code>
Sub cmdTest_Click()
msgbox "Test Button Clicked"
End Sub
</code>
Assuming that the form is one-off, I created a new custom form, copied
and pasted my controls (about 350 of them), added my 3 lines of code,
published it in my 'Personal Forms Library', and re-ran the form ...
still no reaction when the button is clicked.
Any help would be greatly appreciated.
Thanks,
Boyd
this happened, but I'm looking for the best way to fix it.
My reason for assuming this is because a button's Click event isn't
running after I save the form. Although, if I open the form in Design
view, and click 'Run This Form', the click event runs fine.
I've verified that the 'Send Form Definition With Item' checkbox is
unchecked. I've also checked that the message class is using my custom
form name, which it is. I can't figure out why else the code wouldn't
run when the button is clicked. By the way, the only code in the
Script Editor is :
<code>
Sub cmdTest_Click()
msgbox "Test Button Clicked"
End Sub
</code>
Assuming that the form is one-off, I created a new custom form, copied
and pasted my controls (about 350 of them), added my 3 lines of code,
published it in my 'Personal Forms Library', and re-ran the form ...
still no reaction when the button is clicked.
Any help would be greatly appreciated.
Thanks,
Boyd