Results 1 to 2 of 2
  1. #1
    AndrewAfresh is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2006
    Posts
    21

    Users with different versions of Office - missing reference

    Hi, I have an application which includes a reference to the Word object library. Some of the users have Office 10 and some have Office 11 installed.



    As I am developing in Access 11, I have to correct the missing reference on their machines every time I distribute. Apparently, upgrading to Office 10 isn’t an option.

    Any ideas how to improve things? Thank you.

  2. #2
    Join Date
    Dec 2005
    Location
    Wilmington, DE - USA
    Posts
    275
    Andrew,

    Perhaps the right answer is to stop using early binding (where you set references) and start using late binding. Late binding is usually tolerant of having different application versions; the only problem you run into is when you invoke objects, properties, or methods that do not exist in earlier versions.

    Development with late binding can be a pain, but what I sometimes do is develop using early binding to get the benefits of IntelliSense, and then converting to late binding before the release.

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

Similar Threads

  1. Replies: 0
    Last Post: 11-16-2008, 09:46 PM
  2. 2007 runtime missing
    By wayfarer in forum Access
    Replies: 0
    Last Post: 07-21-2008, 02:26 AM
  3. Form Name Reference in VBA
    By Simon Sweet in forum Programming
    Replies: 0
    Last Post: 05-22-2008, 01:55 PM
  4. Microsoft Access 2003-Missing Records??
    By kristenlee in forum Access
    Replies: 1
    Last Post: 04-04-2008, 06:43 PM
  5. How to add Opensource reference???
    By loui in forum Access
    Replies: 0
    Last Post: 10-04-2007, 04:24 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