M
mission2java_78
Guest
As usual...access...and my problems with it...
Simple delete button...
behind the button
I click the button...and IMMEDIATELY without even going into the code I get...
The expression on click as the event property setting produced the following error : A problem occurred while MS11 was communicating with the OLE Server or ActiveX Control
The expression m,ay result in the name of a macro, name of a user defined function or [Event Procedure]
There may have been an error evaluting the function, macro, etc...
So my question what the hell is this?
Simple delete button...
behind the button
Code:
DoCmd.RunSQL("DELETE * FROM tblAttendes WHERE AttendeID= " & Me.AttendeID.Value)
I click the button...and IMMEDIATELY without even going into the code I get...
The expression on click as the event property setting produced the following error : A problem occurred while MS11 was communicating with the OLE Server or ActiveX Control
The expression m,ay result in the name of a macro, name of a user defined function or [Event Procedure]
There may have been an error evaluting the function, macro, etc...
So my question what the hell is this?