Results 1 to 5 of 5
  1. #1
    tkanuradha is offline Novice
    Windows XP Access 2003
    Join Date
    Mar 2011
    Posts
    2

    Lightbulb MSAccess Runtime issue

    Hi,



    I'm using a access DB (v 2003) which has a front end driven by forms. The application takes an excel sheet to import data into the tables and does some processing to generate various reports. Application uses a form which calls a browse dialog for the user to choose his excel sheet to load data.

    Problem is, the users at onsite cannot have msaccess installed in their locations as they are client machines.

    Suggestion is to use the msaccess runtime. I'm having couple of questions here :

    . I tried installing a runtime that was avlbl in a blog. I was able to open my mdb successfully but when i try to click on "browse" button to select the excel sheet for my application, i get a runtime error and application abruptly shuts down. I'm using Application.FileDialog code for the browse window to open.
    . Is msaccess 2003 runtime avlbl free download? if so pls provide link
    . Will my access db created in 2003 work with msaccess 2007 runtime?

    Any help here is appreciated
    Thanx in advance

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    The 2003 runtime was not available free; it was part of a developer toolkit. Your 2003 db will probably work fine with the 2007 runtime, but only testing will confirm that.

    I'm curious that you say the users cannot have Access installed; the runtime is still Access, just a version of it without design capabilities.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    tk,

    you got 03 as a full version? the runtime shuts down when there's an error of course, as you're seeing. it should do the exact same thing if you test it in your full-version software.

    the error probably has nothing to do with a compatibility issue. It's more than likely a syntax error, or other developer mistake.

  4. #4
    tkanuradha is offline Novice
    Windows XP Access 2003
    Join Date
    Mar 2011
    Posts
    2
    Adam,

    The code works perfectly with full version software

    Quote Originally Posted by ajetrumpet View Post
    tk,

    you got 03 as a full version? the runtime shuts down when there's an error of course, as you're seeing. it should do the exact same thing if you test it in your full-version software.

    the error probably has nothing to do with a compatibility issue. It's more than likely a syntax error, or other developer mistake.

  5. #5
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by tkanuradha View Post
    Adam,

    The code works perfectly with full version software
    but what about Paul's post here? You try 07? which one threw errors? 07?

    what computer threw the error? yours or theirs? is there an error message? what err handler do you have in there? can you change it to write the "err" object and some properties to a table? or to a text file maybe? anything to see if access prints out info for you with regard to the problem.

    see where i'm going?

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

Similar Threads

  1. Learn MSAccess by playing MSAccess Jeopardy
    By pkstormy in forum Sample Databases
    Replies: 4
    Last Post: 11-17-2016, 07:27 AM
  2. Replies: 19
    Last Post: 08-07-2010, 05:38 PM
  3. MSACCESS Query with calculations?
    By Masterfinn in forum Queries
    Replies: 10
    Last Post: 02-24-2010, 10:51 AM
  4. msaccess fault error
    By msmoore in forum Access
    Replies: 4
    Last Post: 02-09-2010, 03:31 AM
  5. MSACCESS Query
    By saa18 in forum Access
    Replies: 0
    Last Post: 11-14-2008, 05:12 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