Microsoft Access was not communicating with the OLE server or ActiveX control

Blancorn

Registered User.
Local time
Today, 14:17
Joined
Feb 27, 2016
Messages
30
I'm getting this error from my database:


The expression OnClick 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.

My database was created on PC where I have polish language setup as a default. Today I'm opening same database in PC's with English and Spanish language setuo. Of course there is a solution where you can change the language settings for non unicode programs, however I would like to avoid situation where I have to change manually configuration of each PC where my database is going to be used.


Do you have any idea how can I approach this? Is there any way to debug my entire database (20 forms), to find the bugs which generates the error message indicated above?
 
if you are redefine all your Controls on form all your forms to English names and did not get any error then you are lucky.
otherwise, rebuild a version, Using English languange Office of your db.

from All your Forms:

renamed from NagłówekFormularza to FormHeader
renamed from Szczegóły to DetailSection

there are two more Labels controls that has Non-English letters on their names
so i just changed them to nearest english equivalent.
 

Attachments

Last edited:

Users who are viewing this thread

Back
Top Bottom