N
Neal Tipton
Dear Group:
I have a subform with two buttons neither of which work properly. When
clicked each one produces the following error message:
"The expression On Click you entered as the event property setting produced
the following error: A problem occurred while Microsoft Access was
communicating with the OLE server or ActiveX Control."
Earlier when trying to write the VBA for the buttons I found that whenever I
clicked the "..." button on the On Click property, it sent me to a module
for another form. I had to delete the buttons completely and start over
again before it would send me to the appropriate module. Now I get the
message above.
Something else, just to see what would happen, I tried creating a command
button ("Command 16", I think it was) with an On Click subroutine that
couldn't fail:
Private Sub Command16_OnClick()
MsgBox ("OK")
End Sub
Again, the same @$#%& message! What's going on and how do I fix it?
Neal Tipton
I have a subform with two buttons neither of which work properly. When
clicked each one produces the following error message:
"The expression On Click you entered as the event property setting produced
the following error: A problem occurred while Microsoft Access was
communicating with the OLE server or ActiveX Control."
Earlier when trying to write the VBA for the buttons I found that whenever I
clicked the "..." button on the On Click property, it sent me to a module
for another form. I had to delete the buttons completely and start over
again before it would send me to the appropriate module. Now I get the
message above.
Something else, just to see what would happen, I tried creating a command
button ("Command 16", I think it was) with an On Click subroutine that
couldn't fail:
Private Sub Command16_OnClick()
MsgBox ("OK")
End Sub
Again, the same @$#%& message! What's going on and how do I fix it?
Neal Tipton