Microsoft Access was not communicating with the OLE server or ActiveX control (1 Viewer)

Blancorn

Registered User.
Local time
Today, 10:06
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?
 

Blancorn

Registered User.
Local time
Today, 10:06
Joined
Feb 27, 2016
Messages
30
Sample database attached.

Thank you for your help!
 

Attachments

  • Sample.accdb
    3.7 MB · Views: 222

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 01:06
Joined
May 7, 2009
Messages
19,237
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

  • Sample.accdb
    3.4 MB · Views: 172
Last edited:

Users who are viewing this thread

Top Bottom