installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Curtiss
    New Member
    • Sep 2008
    • 4

    #1

    installation

    As a beginner useinf office 2000 and VBA. Over 2 years I have developed a program. Now I need to know how to set it up to install. Want users to get screen where do you want to install then they enter and it does it. Have no idea how complex this codeing is. Am in process of getting program to run from a folder no matter where the folder is. Hopefully
    Thanks
  • gpl
    New Member
    • Jul 2007
    • 152

    #2
    Hi
    There really isnt much to installing an Access application, a question of putting the mdb file where it can be accessed (a shared drive / folder if it is to be used by multiple people).

    That assumes that the Access software exists (developer or runtime edition) on the users pc. And any other software that it relies on.

    Graham

    Comment

    • ChipR
      Recognized Expert Top Contributor
      • Jul 2008
      • 1289

      #3
      Microsoft has Developer Extensions that include a Package and Deployment Wizard, which lets you set up installation of your application along with the Access Runtime if you need it. Though the 2007 version is available for free, I'm not sure if you can still get the 2000 version at all.
      This link should help.
      Solution Distribution

      Comment

      Working...