Results 1 to 9 of 9
  1. #1
    Dan Lee is offline Advanced Beginner
    Windows 10 Access 2010 64bit
    Join Date
    Jan 2017
    Posts
    57

    Installing Access


    I have an Access AP that I developed. I planned to run it on my clubs HP laptop, but I found that that machine does not have Access on it. It has Windows 10 with Word 2010, and Excel 2010. I have a distribution disc with the whole Office 2000 Suite.

    Can I install just Access 2000 to that machine, or can I install the whole Office Suite 2000 without overwriting Word & Excel 2010?

    Is there some shareware, that I can load to run my AP?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,526
    some installs allow you to pick and choose the apps in the disk. youd checkmark Access and leave the others unselected.
    But the install may just do it all. If you have a spare laptop to try it on, you can see what menus appear.
    or
    google it and there may be a document that shows their install process.

  3. #3
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,446
    you can try but 2000 is very old. If you have written your app in 2010 it won't run in 2000 unless a) you have developed as a .mdb and b) you have not used anything that did not exist in 2000, and even then you may have problems. Also be aware that .mdb is 32bit - your tag says you are using 64bit access so this may also be a problem.

    Probably your best bet if you have written in 2010 is to download the free access 2010 runtime (google it to find the download or visit https://www.microsoft.com/en-us/down....aspx?id=10910). But be aware runtime does not have navigation, ribbon (which includes the linked table manager) or shortcut menus although you can write your own equivalents. You must also have a form or autoexec macro to open automatically when the file is opened since you cannot select anything from the (non existent) navigation window. Runtime will also not handle errors unless you are managing them - it will either freeze or bomb out without warning so you need to ensure you have good error handling routines in your code/macros.

    If you want to see how your app runs under runtime on your own machine, change your file extension to .accdr. Always a good idea to take a copy first, although you can change the file extension first.

  4. #4
    Dan Lee is offline Advanced Beginner
    Windows 10 Access 2002
    Join Date
    Jan 2017
    Posts
    57
    I am running Access 2000 on my Windows10 desktop. That's the machine that I used to develop the App. I have corrected my profile, but I could not select Access 2000. Thanks for the replies. I'll try them.

  5. #5
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,446
    not sure if 2010 runtime will run an access 2000 db, but worth a try

  6. #6
    Dan Lee is offline Advanced Beginner
    Windows 10 Access 2002
    Join Date
    Jan 2017
    Posts
    57
    I loaded the disc into the drive of the desktop with Office 2000, and read the Autorun file.

    [autorun]
    OPEN=setup.EXE /AUTORUN
    ICON=setup.EXE,1
    shell\configure=&Configure...
    shell\configure\command=setup.EXE
    shell\install=&Install...
    shell\install\command=setup.EXE
    [ProductFeatures]
    Feature1=ACCESSFiles
    Feature2=ProductFiles
    Feature3=WORDFiles
    Feature4=EXCELFiles
    Feature5=PPTFiles
    Feature6=OUTLOOKFiles

    Can I edit this file to get only access loaded?

  7. #7
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,446
    see post #2. When you install, you should have the opportunity to select custom install and only select Access - deselect all other options. But no guarantees it will work if office 2010 is installed. You are in uncharted territory so strongly recommend you backup the system before attempting an install

  8. #8
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,446
    Just a thought. If the computer already has Office 2010 installed, if it is the pro version, it comes with Access (2010) so you could just go to Control Panel>Programs, right click on Microsoft Office and select change and install access. It would be the safer thing to do.

  9. #9
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    You can use the free Access 2010 runtime to run your Access 2000 (and 2002/2003) MDB or MDE.

    I find it best to keep only have a single version of all Office apps. If they already have Office 201o then use Access 2001 or the free 2010 runtime (Click Here)

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

Similar Threads

  1. ODBC access (2007) drivers not installing?
    By pandorazboxx in forum Access
    Replies: 0
    Last Post: 09-11-2012, 10:39 AM
  2. Replies: 2
    Last Post: 08-16-2012, 05:14 PM
  3. Replies: 1
    Last Post: 09-29-2011, 09:39 AM
  4. Access starts installing
    By arunkumar213 in forum Access
    Replies: 0
    Last Post: 06-15-2011, 03:53 AM
  5. Replies: 3
    Last Post: 06-07-2011, 11:02 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