Results 1 to 8 of 8
  1. #1
    cbende2's Avatar
    cbende2 is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Jun 2014
    Location
    Louisiana
    Posts
    370

    Weird bug on front end database

    Hey guys,

    So I'm currently developing a database for a company and I've learned so much from this websites and other alike.

    A little problem I'm having that is rather strange is that after updating the front end and sending it out to all the employees, some employees are getting errors stating that the reference library is missing MSOUTl.OLB version 9.5. After doing some research I found that it has to do with the references in VBA. I don't have much VBA code at all in the database, just a few commands here and there to automatically fill in the date OnClick. After checking the reference library, SOME users are Missing the Microsoft outlook 15.0 Object Library, and SOME aren't.



    I'm guessing since only some of the machines are returning the error, that it is simply a machine related error, and not the actual database itself? Would this be a correct assumption?

    Possibly users using different versions of outlook? Which is definitely a plausible reason, because we have about 20+ employees, and we update 5 computers a year, kind of like a rotation. Same goes for Microsoft Office, whoever is getting the new computer gets the new MSOffice.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Outlook version incompatibility seems reasonable, in which case not so weird. Did you verify the version each user has?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    this happens when you create the db on your machine. it will be set to use various resources available on your machine depending on the version of the programs use have on your machine. when you transfer the db to another pc it may or may not have the same resources listed in the vba list, this can be an incorrect version or just missing. you need to update each copy of the db for each individual pc to use the resources available. i think that there is some vba code people have created to automatically update the reference list, i think that is what you will need.

  4. #4
    cbende2's Avatar
    cbende2 is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Jun 2014
    Location
    Louisiana
    Posts
    370
    Thanks for the responses guys, its weird though, because I've been sending out front end copies for about 6-7 months now, and I'm only starting to come accross this problem now.

  5. #5
    cbende2's Avatar
    cbende2 is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Jun 2014
    Location
    Louisiana
    Posts
    370
    Question, If none of my code involves using anything from Outlook, can i simply uncheck the outlook library?

  6. #6
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Yes. That should eliminate the issue. So why was it ever selected to begin with?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    cbende2's Avatar
    cbende2 is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Jun 2014
    Location
    Louisiana
    Posts
    370
    Yeah it's working now, and I'm not sure why it was checked to be honest

  8. #8
    cbende2's Avatar
    cbende2 is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Jun 2014
    Location
    Louisiana
    Posts
    370
    Thanks for marking my thread June, I would have thought that having that as my signature would help me remember

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 11-09-2014, 09:56 PM
  2. Replies: 8
    Last Post: 05-20-2014, 01:42 PM
  3. Replies: 1
    Last Post: 03-26-2014, 09:28 AM
  4. Replies: 1
    Last Post: 04-10-2013, 09:16 AM
  5. Sending out the front end of a split database
    By Huddle in forum Import/Export Data
    Replies: 3
    Last Post: 07-20-2010, 08:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums