473,666 Members | 2,016 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access 2003 2007 clash with object library

344 Recognized Expert Contributor
My collegue had to buy a new laptop that came with Office 2007 already installed.

She had Access 2003 installed on top, in a different directory.

None of our 2003 databases will run on her laptop, all giving the error
"Form Open- Event, property does not exist" or something like that.

This happens with every form. We can access the database, but not open any form. Going into a module of code, we can compile ok, no errors.

Checking references, when she is in Access 2003 she has
"Microsoft Access 12.0 Object Library"

On all our other PCs, without 2007, we have
"Microsoft Access 11.0 Object Library"

On her PC, searching references, I cannot see
"Microsoft Access 11.0 Object Library"

and it will not let me untick
"Microsoft Access 12.0 Object Library" saying this is in use.

Short of removing 2007, 2003 and re-installing 2003, does anyone know of a fix for this.

(Any kind of fix would have to be done remotely, i.e. over the telephone or via email, so RegEdit would NOT be a solution in this case)

My poor collegue has to prepare a major presentation on these databases in a weeks time, so I am hoping I can get her laptop working asap.

btw, there is no need, in this case, to use or preserve 2007, we dont need it.

TIA for any hints or help
Jul 19 '09 #1
5 10528
RuralGuy
375 Recognized Expert Contributor
Have you already set up your trusted locations?
Jul 19 '09 #2
ADezii
8,834 Recognized Expert Expert
@Lysander
I am really not sure if this will work, but it is definately worth a shot. I'm assuming that 2007 was installed on top, as you indicate, but a hastily made decision may have removed some prior Components. Provide your colleague with the Microsoft Access 11.0 Object Library. The file name is MSACC11.OLB and it normally resides in the C:\Program Files\Microsoft Office\Office\O ffice11 Directory by Default. Have your colleague copy it to the same location on her Laptop, then add it as a Reference via:
  1. Tools
  2. References
  3. Browse
  4. Select Library (MSACC11.OLB)
  5. Open
  6. OK
  7. The Microsoft Access 11.0 Object Library will hopefully now be added as a Reference. Try Opening the Form again.
P.S. - This approach, if it actually works, is only a band aide and is really not a viable solution to her problem.
Jul 19 '09 #3
Lysander
344 Recognized Expert Contributor
@ADezii
Thanks ADezii,

I have asked her to check for that file (if she does not have it then I can email her it) and then we can try the above.

As a last resort I will uninstall 2007 and 2003, re-instal 2003 Access only, then 2007 without Access. (And in the meantime look to upgrading to 2007)
Jul 20 '09 #4
ADezii
8,834 Recognized Expert Expert
@Lysander
Just out of curiosity, I would like to know how you make out.
Jul 20 '09 #5
Lysander
344 Recognized Expert Contributor
Got access to the laptop today and did the following.

Went into C:\Program Files\Microsoft Office\Office\O ffice12 and renamed MSACC.OLB to zzMSACC.OLB to get it out of the way, (thus crippling Access 2007)

Opened one of her databases with shift key down to stop startup and checked references, correct ref to "Microsoft Access 11.0 Object Library" was present and database worked.

Tried a 2nd database and it all fell over. Had to log in with shift key and check refs on THAT database.

Now all works.

Obviously this is only a patch but as I do not have the Office 2003 or 2007 CDs I can't do a complete removal and install in the correct order.

(2003 cds are in Africa, and, as usual these days, the supplier of the new laptop did not supply any CDs)
Jul 27 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1989
by: nosipho | last post by:
Hi guys, I want to upgrade to Office 2003/ 2007 Pro, currently I'm using Office 2000. the problem is I have an Access database which I'm not sure if I'll be able to access it with Office 2003/ 2007. So is there anyone who knows about this? Please help ,soon Ragards
5
3254
by: bobdydd | last post by:
Hi Everybody I am currently updating a 2000.mdb to a 2007.accdb and I am trying to use the 3.6 DAO Object Library in the tools>references in the vb editor. This produces an error "Name conflict with an Existing Library" and yet I need this to run the following code. I have a combo property set to "Limit to List" and on the "not in list property" the following code needs to run
0
1443
by: girlswannahavefun | last post by:
Hi! I am developing an ASP application on a local machine with MS Office 2003 while the server we are testing it on has MS Office 2007. In visual studio i have added a reference to Microsoft Excel 2003 Object library. I am having some problems with ASP trying to open or save Excel files on the server. Could this be due to me not having the correct reference? Is there any way to add the reference to Excel 2007 without installing Office...
0
1262
by: f18jetpilot | last post by:
Does anyone know how to convert an access table to a csv file with either a macro or a module in an access database??? I can use either access 2003 or access 2007.
1
1788
by: Johnny E Jensen | last post by:
Hej Group Using C# (Visual Studio 2005) I would like to be able to create a table in an Access 2003/2007 database. I am using OLEDB provider but i can see how to do this. Can anone give me a hint? Kind regards Johnny E. Jensen
6
7638
by: Excel 009 | last post by:
Hi, In my office I have Office 2003 on the PC. I created an Access application which has a component reference to Microsoft Office 12.0 Object Library. The problem that I am having now it that in my home PC I also have Office 2003, but I only have Microsoft Office 11.0 Object Library in it and not Microsoft Office 12.0 Object Library, so the application does not work right.
9
4485
by: prakashwadhwani | last post by:
Hi !! I'm about to develop a new project for a client. Should I go about it in Access 2003 or 2007 ? Purchasing it either for me or for my client is not a major consideration here ... what I'd like to know is the stability, speed & ease of use of both the products. I believe Access 2007 has a new file format too and that it may be slower.
1
7561
by: Sylfelin | last post by:
Hello, If I use Microsoft Outlook 12.0 Object Library (Outlook 2007) COM Object in my application, the custommer must have the outlook 2007 on his computer ? But if i use Microsoft Outlook 11.0 Object Library (Outlook 2003) COM Object in my application, the custommer must have the outlook 2003 or outlook 2007 on his computer ?
2
5883
by: Satheesh V | last post by:
hi, I use DAO recordset to query database tables of MSAccess. I open the recordset and miss/forget to close it. Can anyone tell me the maximum number of recordsets that can be open at a time (on querying Access 2003 and Access 2007 table) after which it gives an error saying "no more tables can be open"? Thanks, Satheesh
0
8356
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8783
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8640
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7387
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4369
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2773
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.