Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 8th, 2010, 05:56 PM
Authorized User
 
Join Date: Jun 2003
Posts: 54
Thanks: 2
Thanked 0 Times in 0 Posts
Unhappy Problem "Locking Up" Access 2007

In Access 2003, I used to use SetOptions to keep the users from having certain features on startup. However, with 2007, I am having difficulty preventing the user from:

1) Seeing the NavBar
2) Seeing the Ribbon
3) Getting to Right-click menus
4) Using special keys like CTRL-F1, F11, ALT-F11, etc.
5) Seeing code if the code has an error

I am also having problems getting the macro AutoKeys to work (for the Administrator only ... I have code that checks the user and ignores non-admins)

Any advice would be greatly appreciated.

Thanks,
__________________
--- Tom
 
Old June 22nd, 2010, 12:44 PM
Authorized User
 
Join Date: May 2007
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
Default

Are you allowing the database window to be shown on startup? If so, try turning that off. And remember that you can get you can get the database window to show on startup in such a situation by opening the application while holding down the <SHIFT> key. The code will not start, however. That would have to be done in some other way.
__________________
Technical Support Electrician
 
Old June 22nd, 2010, 06:32 PM
Authorized User
 
Join Date: Jun 2003
Posts: 54
Thanks: 2
Thanked 0 Times in 0 Posts
Default

I use "set properties" code to disable the "shift bypass". I have code to close the navbar and ribbon. I have not found any code to disable the QAT bar.
__________________
--- Tom
 
Old June 22nd, 2010, 06:34 PM
Authorized User
 
Join Date: Jun 2003
Posts: 54
Thanks: 2
Thanked 0 Times in 0 Posts
Default

I am out of town without having my code available, otherwise I would post it.
__________________
--- Tom
 
Old June 23rd, 2010, 08:27 AM
Authorized User
 
Join Date: May 2007
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
Default

I may not be able to help you. What I was mentioning is found in the Tools, Startup.. pull down menu. I program only part time when the application that I am responsible for needs to be changed.
__________________
Technical Support Electrician





Similar Threads
Thread Thread Starter Forum Replies Last Post
Difficulties with "web.config" and "ASPNETDB" CFRham BOOK: ASP.NET MVC Website Programming Problem Design Solution ISBN: 9780470410950 2 July 3rd, 2010 10:19 AM
Need code corrections "get sub or function not defined" error" bluesboytoo Excel VBA 1 October 22nd, 2009 11:12 PM
How to theme the "Browse" button of "FileUpload" control? varunbwj BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 2 October 14th, 2009 01:22 AM
Add a CheckBox DataColumn to my DataGridView, Null format: "" or "True" but Error: F ismailc C# 2005 0 September 25th, 2009 04:56 AM
Code not going as planned: "icicle" vs "savedinstancestate" joopthecat BOOK: Professional Android Application Development ISBN: 978-0-470-34471-2 3 May 3rd, 2009 03:09 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.