error comunicating with ole server or activex control

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

Guest

When I click on buttons in my datebase(it was created in Access 2003) in
Access 2002 I recive this type of message: The expression On_Click you
entered as the event propery setting produced the folowing error: A proble
occurred while Microsoft Access was comunicatin with OLE Server or activeX
control.
 
Sounds like you are missing references on the 2002 machine. Open any code
module or the Debug window (Ctrl-G). Then from the menu select Tools |
References. See if the word MISSING is in front of any of them. If so you
will need to install the missing component on the 2002 machine.
 
Back
Top