A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Ms Access VB Error



 
 
Thread Tools Display Modes
  #1  
Old June 28th, 2004, 04:45 PM
Debbie
external usenet poster
 
Posts: n/a
Default Ms Access VB Error

In an Office 2000 Access environment I receive the following message when trying to open a DB in Access 200 on a 98 OS.. "Visual Basic Error- Compile error. Can't frind project or library." The DB attempts to open the swithboard page and then opens to the debug portion with the error message above.
  #2  
Old June 29th, 2004, 08:11 AM
Raghu Prakash
external usenet poster
 
Posts: n/a
Default Ms Access VB Error

Hi Debbie,

CAUSE
The procedure was created on a computer that has Microsoft Data Access
Components (MDAC) version 2.6 installed, and you are running it on computer
that has MDAC version 2.5 installed.
RESOLUTION
To resolve this issue, on the computer that has MDAC 2.5 installed, click
to clear the Microsoft Jet and Replication Objects 2.6 Library check box,
and then add a reference to the Microsoft Jet and Replication Objects 2.5
Library. To do so, follow these steps:
Open the Visual Basic Environment (VBE).
On the Tools menu, click References.
At this point, you receive the following error message:

Your Microsoft Access Database or project contains a missing or broken
reference to the file 'msjro.dll' version 2.6.
Click OK.
Click to clear the item in the References list that appears as, "MISSING:
Microsoft Jet and Replication Objects 2.6 Library."
Click OK.
On the Tools menu, click References.
In the list of available references, click to select the Microsoft Jet and
Replication Objects 2.5 Library check box, and then click OK.

For Further Information: Microsoft Knowledge Base Article - 282331

Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.

  #3  
Old June 29th, 2004, 09:00 AM
Nick Coe \(UK\)
external usenet poster
 
Posts: n/a
Default Ms Access VB Error

Debbie,

It sounds like you've got Reference problems.

See Doug Steele's page on refererences:
http://members.rogers.com/douglas.j....nceErrors.html

Allen Browne's refs page:
http://members.iinet.net.au/~allenbrowne/ser-38.html

And finally Tony Toews refs page:

http://www.granite.ab.ca/access/referencetroubles.htm

Good luck.

--
Nick Coe (UK)
www.alphacos.co.uk

---

"Debbie" wrote in message
...
In an Office 2000 Access environment I receive the

following message when trying to open a DB in Access 200 on
a 98 OS.. "Visual Basic Error- Compile error. Can't frind
project or library." The DB attempts to open the swithboard
page and then opens to the debug portion with the error
message above.


  #4  
Old June 29th, 2004, 01:56 PM
Debbie
external usenet poster
 
Posts: n/a
Default Ms Access VB Error

When opening the database the error immediately appears,. The only way to open tools is to say okay to the error. But the references is not lit up. Although it works on other DB's. When the DB 1st opens on the switchboard is where it stops on the error. I knew I had a refernce issue but it is not hot so I can't fix it.

"Raghu Prakash" wrote:

Hi Debbie,

CAUSE
The procedure was created on a computer that has Microsoft Data Access
Components (MDAC) version 2.6 installed, and you are running it on computer
that has MDAC version 2.5 installed.
RESOLUTION
To resolve this issue, on the computer that has MDAC 2.5 installed, click
to clear the Microsoft Jet and Replication Objects 2.6 Library check box,
and then add a reference to the Microsoft Jet and Replication Objects 2.5
Library. To do so, follow these steps:
Open the Visual Basic Environment (VBE).
On the Tools menu, click References.
At this point, you receive the following error message:

Your Microsoft Access Database or project contains a missing or broken
reference to the file 'msjro.dll' version 2.6.
Click OK.
Click to clear the item in the References list that appears as, "MISSING:
Microsoft Jet and Replication Objects 2.6 Library."
Click OK.
On the Tools menu, click References.
In the list of available references, click to select the Microsoft Jet and
Replication Objects 2.5 Library check box, and then click OK.

For Further Information: Microsoft Knowledge Base Article - 282331

Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.


  #5  
Old June 29th, 2004, 01:58 PM
Debbie
external usenet poster
 
Posts: n/a
Default Ms Access VB Error

Under tools references is not hot, I can't access it. Although it does work in other DB's on the PC. Is their any way around this so I can fix the reference issue?

"Raghu Prakash" wrote:

Hi Debbie,

CAUSE
The procedure was created on a computer that has Microsoft Data Access
Components (MDAC) version 2.6 installed, and you are running it on computer
that has MDAC version 2.5 installed.
RESOLUTION
To resolve this issue, on the computer that has MDAC 2.5 installed, click
to clear the Microsoft Jet and Replication Objects 2.6 Library check box,
and then add a reference to the Microsoft Jet and Replication Objects 2.5
Library. To do so, follow these steps:
Open the Visual Basic Environment (VBE).
On the Tools menu, click References.
At this point, you receive the following error message:

Your Microsoft Access Database or project contains a missing or broken
reference to the file 'msjro.dll' version 2.6.
Click OK.
Click to clear the item in the References list that appears as, "MISSING:
Microsoft Jet and Replication Objects 2.6 Library."
Click OK.
On the Tools menu, click References.
In the list of available references, click to select the Microsoft Jet and
Replication Objects 2.5 Library check box, and then click OK.

For Further Information: Microsoft Knowledge Base Article - 282331

Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.


  #6  
Old July 1st, 2004, 11:23 PM
Raghu Prakash
external usenet poster
 
Posts: n/a
Default Ms Access VB Error

Hi Debbie,

Also take a look at ACC2000: How to Resolve Reference Issues in an Access
Database
Microsoft Knowledge Base Article - 310803

Thank You...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.

  #7  
Old July 2nd, 2004, 01:25 PM
Debbie
external usenet poster
 
Posts: n/a
Default Ms Access VB Error

Raghu, I found your information very helpful but the moment I open this DB it gives me the error and references tool is not hot.

"Raghu Prakash" wrote:

Hi Debbie,

CAUSE
The procedure was created on a computer that has Microsoft Data Access
Components (MDAC) version 2.6 installed, and you are running it on computer
that has MDAC version 2.5 installed.
RESOLUTION
To resolve this issue, on the computer that has MDAC 2.5 installed, click
to clear the Microsoft Jet and Replication Objects 2.6 Library check box,
and then add a reference to the Microsoft Jet and Replication Objects 2.5
Library. To do so, follow these steps:
Open the Visual Basic Environment (VBE).
On the Tools menu, click References.
At this point, you receive the following error message:

Your Microsoft Access Database or project contains a missing or broken
reference to the file 'msjro.dll' version 2.6.
Click OK.
Click to clear the item in the References list that appears as, "MISSING:
Microsoft Jet and Replication Objects 2.6 Library."
Click OK.
On the Tools menu, click References.
In the list of available references, click to select the Microsoft Jet and
Replication Objects 2.5 Library check box, and then click OK.

For Further Information: Microsoft Knowledge Base Article - 282331

Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Access 2000 "not enough space on temporary disk" error Nayden Running & Setting Up Queries 1 June 21st, 2004 08:58 AM
Outlook Web Access - public folders error Kris Wingard General Discussion 1 June 9th, 2004 09:26 PM
Name? error in Access 97 Using Forms 1 June 3rd, 2004 05:01 PM
Productkey problem when installing office 2003 on network Stefan Schreurs Setup, Installing & Configuration 1 June 1st, 2004 11:16 PM
Error 1310 Verify that you have access to that directly Hujin Setup, Installing & Configuration 1 April 29th, 2004 05:30 AM


All times are GMT +1. The time now is 01:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.