Re: Access 97 vs Later Version

From: Chris Mills (phad_nospam_at_cleardotnet.nz)
Date: 07/21/04

  • Next message: George Nicholson: "Re: Defining for Final Record in Loop"
    Date: Thu, 22 Jul 2004 04:37:05 +1200
    
    

    Oh, whatever Access you use, and especially if creating a mass product, make
    sure you remove any unnecessary references (Tools, References), even some
    references stuck in by default are unnecessary.

    Avoid any ocx controls, ole automation (except by late-binding), everything
    you can do to remove references will increase your chances of reducing
    compatibility problems.

    It's a pity really, but Microsoft completely screwed up ocx or dll
    compatibility.

    Chris


  • Next message: George Nicholson: "Re: Defining for Final Record in Loop"

    Relevant Pages

    • programmatically checking references
      ... unnecessary references being added to .mdb file, which fail to work on other ... PCs. ...
      (microsoft.public.access.formscoding)
    • Re: programmatically checking references
      ... Provided the references are not broken, you can loop through the References ... any code will fail unless you are extremely careful to ... > unnecessary references being added to .mdb file, ...
      (microsoft.public.access.formscoding)