Results 1 to 5 of 5
  1. #1
    quicova is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2013
    Posts
    53

    Can't Open database in RunTime Mode

    Hi Everyone.

    I finished my database project and now I what to test it out in runtime before sending it to all users.

    I can't figure out how to open the database as runtime. I already installed runtime but can't find it anywhere in my computer.
    If I right click on the database file, there isn't any open with runtime option.

    Also some users have full access and some don't. Is runtime the best way to distribute the database? I don't want anyone changing the design or the code!

    Should I put some code on the AutoExec macro to star as runtime?
    or even better I have a user log in form that opens on start up, is there a way to change between full access and runtime depending on the user?



    Thanks so much for all your help

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Whether or not RT or a full version of Access is used to open an accdb file is determined by the OS. Offering RT in an install pack is a method to insure your application will run on PC's that do not have a full version of Access installed.

    If a user has Access installed on their PC, the full version of Access will open the file. It is up to the developer to ensure users do not have access to VBA modules, tables, and such.

  3. #3
    quicova is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2013
    Posts
    53
    Hi,

    Thats great.
    can you point me where I can get information on how to do that?
    I seen the save & publish option and make ACCDE, but I get an error. I think is because I have link tables.

  4. #4
    quicova is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2013
    Posts
    53
    Ok I've seen that in the file option mode
    in the current database I can turn off a lot of stuff, change the ribbon, turn of the navigation bar, etc.

    However if someone right-clicks on the form the design-view mode is still available
    and the file options is also available and one can turn on everything I turned off

    if there a way to lock access to this options?

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    I explain some of the nuances in this link, post #5

    https://www.accessforums.net/queries...ons-38695.html


    I take it to the extreme ans use DoCmd.ShowToolbar "Ribbon", acToolbarNo

    This is the best way I have found to hide the backstage and prevent users from leaving the program, short of unplugging the computer or closing the app. However, hiding the ribbon makes it necessary to offer special controls for the user to navigate, print, search, etc.

    If you need to prevent users from malicously going into the program you can move to accde. Otherwise, hiding the nav pane, toolbars, etc. should suffice. Just be sure to build in a way for you to bypass these things from happening when you need to edit.

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

Similar Threads

  1. Replies: 6
    Last Post: 09-20-2012, 04:22 PM
  2. Open Access Database in Read Only Mode
    By praloy in forum Programming
    Replies: 2
    Last Post: 03-28-2012, 10:50 PM
  3. Replies: 2
    Last Post: 09-01-2011, 10:48 PM
  4. Problems with libraries in runtime mode
    By Fouti in forum Programming
    Replies: 1
    Last Post: 01-18-2010, 10:02 AM
  5. Need help w/ Forms/runtime mode
    By TechRetard in forum Access
    Replies: 1
    Last Post: 10-06-2009, 04:40 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