473,396 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Access 2010 Ribbon - Disable Design View?

Hello,

In Access 2010/2007, how do you prevent users from flipping into design view from the ribbon? I do not want to hide the entire ribbon (DoCmd.ShowToolbar "Ribbon", acToolbarNo) or even the "View" part of the "Home" tab because users like being able to flip between Form View and Datasheet View in the forms. It turns out that on our network, if a user inadvertantly clicks Design View, then the database becomes locked to new users until the person who clicked design view closes and reopens the database.

On another website, someone recommended a CustomUI editor, though I don't know where that is for Access 2010, and if it involves an Office 2010 library reference, I'm not sure if it'll work since another office we work with is still using Access 2003 (example: I had to reference Microsoft Excel 11.0 Objects and not the new 14.0 ones when adding excel functionality to our database, they couldn't open it when it referenced 14.0 objects).

I am not sure if I can disable design view with DoCmd.ShowToolbar, and I know for sure Access 2010 doesn't disable ribbon stuff with CommandBars(i) (I did a for loop through every CommandBar and set enabled to false and the ribbon was unaffected).

Please let me know if you know how to disable design view from the ribbon.

Thanks in advance!
Aug 9 '11 #1
4 31344
Narender Sagar
189 100+
You can go to 'Customize Quick Access toolbar' and then go to 'More Commands' -'Current Database' - then under Ribbon and Toolbar options you can deselect "Allow full menu" and/or "Allow Default Shortcut Menus"
Hope this helps...
Aug 10 '11 #2
colintis
255 100+
Make ACCDE format database can simply remains necessary functions but disable the design view button.

In Access 2010, click File --> Save & Publish, from the screen it shows, the "Save Database As" should be highlighted, then look for "Make ACCDE" on the right.

Make sure you keep the ACCDB database to yourself for modify / update / upgrade purposes, and split the database into Front end and back end, this ensure data stored will not disappear when you replace a newer ACCDE file.
Aug 10 '11 #3
Narender,
Thanks for your reply. I disabled the option "Allow full menus", and though it did get rid of the design view shortcut, it also got rid of the form view and datasheet view toggling which I would like to keep. I did see there were some dropdowns for [Ribbon Name], [Menu Bar], and [Shortcut Menu Bar] in that same options section, are there things I could type into these boxes to just remove the design view from the view toggler?

colintis,
My database is already split into a FE and BE, all tables reside in the BE database. As for making the database an ACCDE, I've seen numerous threads and articles saying not to do it because it is much slower than the MDB format. Not only that but we still have Access 2003 users so the older format is necessary.

Unless there are any other ideas the database will have to remain as is. Thanks for the help though.
Aug 10 '11 #4
Narender Sagar
189 100+
just wondering,...Can you please explain reason why you want user to flip between form view and datasheet view.. may be someone can guide you alternate for that.
Aug 11 '11 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: NB | last post by:
Hi Is there any way to call up the query design view from code? In my compiled-as-MDE app everything is hidden from end users. However, I want advanced user to have access to the query design...
2
by: Ray | last post by:
Stop me if you've heard this, but I am running Access 2002 and all of a sudden, if I design a particular form (it's been working fine for ages), Access crashes rather than open it in design view. ...
1
by: keni | last post by:
One method of disabling Design View is to create an MDE database. Without going into details, this won't work in my situation. What I need is just a snippet of VBA code that will disable the...
1
by: Lars Netzel | last post by:
Hello, Making your own WebCustomControl, how you do disable properties in the design view? For example my WebCustomControl does not use text, so the default property Font is missleading when...
7
by: denuk2003 | last post by:
Hi Everybody I have a 2003 application that I am trying to run under 2007, The code seems to work OK but the Ribbon is a big problem. It just takes up too much space away from the application. ...
4
by: marcnz | last post by:
Hi, I am working for a company which as a MS SQL backend and Access as front end. We update automatically each access db on the user local machine when a new feature has become available. We...
2
by: existential.philosophy | last post by:
This is a new problem for me: I have some queries that open very slowly in design view. My benchmark query takes about 20 minutes to open in design view. That same query takes about 20 minutes...
7
by: dileshw | last post by:
Hi, I am making a database amd i dont want users seeing the stuff thats happening in the background. So i would like to hide everything so that ONLY I can see it. Doing some reading online (and...
0
by: Hansens | last post by:
Hi, I'm fairly new to using access and my VB skills are very limited. I built a form that had unbound text boxes that act as parameters in the queries that provide the form with field values....
1
by: eneyardi | last post by:
How to disable design view or right click and then how to bring it back? coz i want users not to change or modified the program.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.