Error Message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am getting an error message when i click any button on a access database
form. which is:

The expression on click you entered as the event property setting produced
the following error: A problem occured while Microsoft Office Access was
communicating with the OLE server or ActiveX control.

*The expression may not result in the name of a macro, the name of a
user-difined function, or [Event Procedure].
*There may have been an error evaluating the function, event, or macro.




can somebody help???
 
Had that before,
If Compact and Repair doesn't help, it could be that one of the object in
your MDB corrupted.
Create a new MDB, import all the objects from the old MDB, if any of the
objects is corrupted, it wont import it, and it should fix the button problem
 
Back
Top