Results 1 to 4 of 4
  1. #1
    rebfein's Avatar
    rebfein is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2015
    Location
    So Cal
    Posts
    114

    Launch a form as a GUI


    I've created a simple database with one table, several reports & queries and two forms.

    I would like to be able to launch one of the forms as the GUI for the database. First, is this possible? Second, does this require programming acumen (because I don't have any)?

    Thank you,

    Rebecca F.

  2. #2
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    You can specify which form is displayed when the database opens.

    Click the File tab, then click Options , then Current Database.

    From the Display form dropdown, select the form you want to display when the DB opens.

  3. #3
    rebfein's Avatar
    rebfein is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2015
    Location
    So Cal
    Posts
    114
    OMG, it worked, thank you and you rock!!

    A further question, is there anyway to deny access to other forms, reports, tables and queries? I don't want other users to change the designs and queries in those?

    Thank you again,

  4. #4
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    It depends on how secure you want your database to be (which is another way of saying to what extent you trust your users).
    some of the things you can do:

    - you can hide the navigation pane
    - you can create a run-time version of the database (.accde) and give that version to the users
    - you can open your form in modal mode, meaning that users can't do anything outside it (including ribbon commands)
    - you can close the database automatically when the form is closed

    and there are others. There are advantages and disadvantages to each.

    One recommendation, if you haven't already done so: if you have multiple users who will be accessing the same data, you should always have a "split database", where the data tables (known as the back end) are in one file which is stored in a common area (network location), and the forms, reports, queries etc. are in a separate database file (known as the front end), with each user keeping a copy of the front end on their own workstation.

    Having all users access the same copy of the front end file (i.e. a network copy) is a recipe for disaster - you would get corruption eventually.

    Let us know which option(s) you think is best for you and we can go from there.

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

Similar Threads

  1. Replies: 1
    Last Post: 12-14-2014, 02:13 AM
  2. One user of split db front-end can't launch a form
    By rivereridanus in forum Access
    Replies: 6
    Last Post: 06-25-2014, 10:41 AM
  3. Replies: 12
    Last Post: 03-27-2014, 06:14 AM
  4. Form Launch Problem
    By paddon in forum Programming
    Replies: 10
    Last Post: 12-18-2010, 04:18 PM
  5. HOW DO I: Add or Launch Report from a Form?
    By ba1959nh in forum Forms
    Replies: 2
    Last Post: 09-25-2006, 04:33 PM

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