locked
deploying same accde with Access runtime to mixed Office 2007 + 2010 environment RRS feed

  • Question

  • I'm upgrading an Access 2003 application to run with about 30 users who are running Office 2007 or Office 2010. I'd like to do this in the easiest to maintain configuration I can. There are several updates to the accde made each month, then distributed to all users when they log in every day by just copying the latest .accde

    I've removed Access 2003 and installed Access 2010 runtime on all my Office 2010 users and that seems to work fine (as I expected it would). I removed Access 2003 and installed the Access 2010 runtime on my first two Office 2007 users and have run into a couple of issues. So I'm wondering if I should have them running Access 2007 runtime instead of Access 2010, and whether or not I have to build the .accde files separately, one with each version of Access, etc. Or can I make one .accde that will run on both Access 2007 and Access 2010 runtime.

    Part of my application uses spell check. That works properly in Access 2010 with Office 2010 installed. But when I run the spell check command from Access 2010 on a computer with Office 2007 I get an error message than "spell check is not installed". I tried using my AutoCorrect definitions, and surprisingly, those work whether I'm using Office 2007 or Office 2010. So I'm not sure why one of these appears to depend on having the same version of Office installed and the other one doesn't.

    The ribbons I created that work with Access 2010 don't load when I open the .accde (or the .accdb for that matter) using Access 2007. Is there a minor reference change I can make to the ribbon.xml file that will make most of it work with Access 2007? Should I make that change, then run the 2007 ribbon with Access 2010?

    If anyone has any experience with these issues I would appreciate your comments.

    Thursday, February 28, 2013 5:22 PM

Answers

  • I want to stay with Access 2010, if possible. The problem is using Access 2010 with Office 2007 leaves out the Office Tools.

    I found that the  freely downloadable Microsoft Sharepoint Designer has the spell checker & other 2010 Tools in it that aren't in the Access 2010 runtime. Now that I have it installed, spell checker works from Access 2010 with only the runtime installed. So maybe that's all it takes. I have some additional testing to do, but so far so good.


    • Edited by Gordon Prince Friday, March 1, 2013 5:36 PM
    • Proposed as answer by Dummy yoyo Monday, March 4, 2013 7:43 AM
    • Marked as answer by Dummy yoyo Thursday, March 7, 2013 3:13 AM
    Friday, March 1, 2013 5:36 PM

All replies

  • Since users all have a version of Access I would not use Runtime at all. I would develope to the lowest version of Access on the Machines and send everyone the same version as .accde.

    Chris Ward

    Thursday, February 28, 2013 5:51 PM
  • Sorry, my post was ambiguous. No one has a full copy of Access. They have been running runtime copies of Access 2003. I'm upgrading to runtime copies of Access 2007 and/or 2010. I was just hoping that I could develop in either 2007 or 2010 and distribute to everyone.

    Thursday, February 28, 2013 9:24 PM
  • Unless you want multiple copies of the FE's then you need to develope in a single version of Access. If you will give Runtime A2007 to some then all  should be developed in A2007.


    Chris Ward

    Thursday, February 28, 2013 10:41 PM
  • I want to stay with Access 2010, if possible. The problem is using Access 2010 with Office 2007 leaves out the Office Tools.

    I found that the  freely downloadable Microsoft Sharepoint Designer has the spell checker & other 2010 Tools in it that aren't in the Access 2010 runtime. Now that I have it installed, spell checker works from Access 2010 with only the runtime installed. So maybe that's all it takes. I have some additional testing to do, but so far so good.


    • Edited by Gordon Prince Friday, March 1, 2013 5:36 PM
    • Proposed as answer by Dummy yoyo Monday, March 4, 2013 7:43 AM
    • Marked as answer by Dummy yoyo Thursday, March 7, 2013 3:13 AM
    Friday, March 1, 2013 5:36 PM
  • Hi Gordon,

    It seems that you have solved the problem.

    Please feel free to let us know if you need any help.

    Good day.


    Yoyo Jiang[MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    Monday, March 4, 2013 7:44 AM