Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6089707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:07:50+00:00 2026-05-23T12:07:50+00:00

I am using Access 2007 and creating an invoicing system for my parent’s business.

  • 0

I am using Access 2007 and creating an invoicing system for my parent’s business. When I’m developing in Access, I would like to be able to see the ribbon nav, and also the object nav over on the left. When I push it out to them for their use, I would like to hide all of that junk.

Is there an easy way to enter an access DB as a “dev” giving my all of the options, but when opened by an end user, all they see are the forms that I have AutoExec’d to open when the database is opened?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:07:51+00:00Added an answer on May 23, 2026 at 12:07 pm

    To toggle the navigation pane, I use F11. To toggle the ribbon, Ctrl+F1 — but that minimizes the ribbon rather than hides it completely.

    If you want to do similar with VBA code:

    'hide the navigation pane
    DoCmd.SelectObject acTable, , True
    DoCmd.RunCommand acCmdWindowHide
    
    'unhide the navigation pane
    DoCmd.SelectObject acTable, , True
    
    'hide ribbon
    Docmd.ShowToolBar "Ribbon",acToolBarNo
    
    'unhide ribbon
    Docmd.ShowToolBar "Ribbon",acToolBarYes
    

    An easy way to distinguish between the development and production versions of your application is to place them in separate folders.

    If CurrentProject.Path Like "*Dev*" Then
        'do what you want for development mode
    Else
        'do what you want for production mode
    End If
    

    If that doesn’t work for you, there are many alternatives.

    A table where you store the status, retrieve the status at startup, and do your adjustments based on the status.

    Same approach, but using a database property instead of a table.

    A module variable which your code checks to determine the status.

    Those are a few, but you can come up with plenty more if you’re motivated.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have problem creating new instance of excel 2007 using VBA (from Access 2002).
So I wrote a project-management program for a small business using Microsoft Access 2007.
I'm new creating applications using Visual Studio 2010 and Microsoft Access 2007. I already
I am new to MS Access 2007 and I am creating an application using
I am new in creating application using Visual Studio 2010 and Microsoft Access 2007.
I am creating a report in Access 2007 and am able to save it
I've been creating an application using Visual Studio 2010 C# and Microsoft Access 2007.
Using MS Access 2007, I am creating a student management database. I have tables
I have the following problem in a Database using Access 2007 as front end
I've posted a demo Access db at http://www.derekbeck.com/Database0.accdb . I'm using Access 2007. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.