Getting error message

SKV

Active Member
Joined
Jan 7, 2009
Messages
257
I copied my database to a new location and getting the following error
"Your Microsoft Office Access database or project contains a missing or broken reference to the file 'TX4OLE.OCX" version 1.4."

Can you help me understand what does this mean and how to correct it.

Thanks
SKV
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi,

There would have been an error while copying the data to the current location.Make sure that the database is not in use while copying.

Have you tried doing the same again???
 
Upvote 0
This is most likely caused by:
The visual basic project of the database references the Active X control TX4OLE.OCX.
The control TX4OLE.OCX is either missing and needs to be installed.
Or is installed but not registered.
If it's the former, look at the reference (vbe>tools>references) and copy the file to same location.
In either case you will need to re-register the control. You can do this from the windows run box by typing:
Code:
regsvr32 "C:\Windows\System32\TX4OLE.OCX"

http://support.nationallawforms.org/knowledgebase/index.php?article=67
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,939
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top