Hi
I’m currently running office 365 a split access db. Few users to including myself recently received the following error:
Your database or project contains a missing or broken reference to the file ‘msjtes40.dll’ version 4.0. To ensure that your database or project works properly, you must fix this reference.
Searching online, I found the following possible solution and I was able to open the copy of my FE.
Steps to clear the missing reference:
1. When I attempted to search for a record in the backend tbl, I get #Name?
2. When I tried opening previously created query and/or modify the criteria, I received
Record is deleted. (Error 3167)
Any ideas?
TIA
Regards,
I’m currently running office 365 a split access db. Few users to including myself recently received the following error:
Your database or project contains a missing or broken reference to the file ‘msjtes40.dll’ version 4.0. To ensure that your database or project works properly, you must fix this reference.
Searching online, I found the following possible solution and I was able to open the copy of my FE.
Steps to clear the missing reference:
- Open your database: in Microsoft Access.
- Press Alt+F11 to open the Visual Basic Editor (VBE).
- In the VBE, go to the Tools menu.
- Click on References.
- In the References dialog box, scroll down and find the entry that starts with MISSING: followed by the name of the reference, in this case, MISSING: Microsoft Jet and Replication Objects Library or something similar.
- Clear the check box: for this MISSING reference.
- Click OK.
- Select Debug > Compile from the VBE menu to check if the project now compiles without error.
1. When I attempted to search for a record in the backend tbl, I get #Name?
2. When I tried opening previously created query and/or modify the criteria, I received
Record is deleted. (Error 3167)
Any ideas?
TIA
Regards,