473,668 Members | 2,392 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do I restore menus?

Good day!

I was fiddling around with the Tools-Startup menu. I unchecked the following
checkboxes:

Display Status Bar
Allow Full Menus
Allow Default Shortcut Menus
Allow Built-in Toolbars
Allow Toolbar/Menu Changes

the only checkbox i have checked is:

Display Database Window.

Unfortunately, I need to access the menus now since I can't seem to edit any
of my objects. I can't right-click on anything. Help!

thanks!
Ronnie

--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200605/1
May 26 '06 #1
6 1810
Click on the mdb file once to select it. Now hold shift and double
click it. continue to hold shift until the database is COMPLETELY
open. If you release it to soon then your menus will not appear.

Let us know if this works for you.

May 26 '06 #2
GOI via AccessMonster.c om wrote:
I was fiddling around with the Tools-Startup menu. I unchecked the following
checkboxes:


Turn off you app.

Hold the shift key and turn on your app.

All will be well.

Holding the shift key bypasses the startup options you set. however,
you can write code so that the shift key is disabled, but we won't go
into that here! 8)
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
May 26 '06 #3
Hello! I forgot to mention that I have a secured database. I have to use a
shortcut with the Workgroup security settings to open the application.
Whenever I do the SHIFT-CLICK way of launching, it asks for the password.

Sorry if I failed to mention this beforehand.

Thanks for your quick responses!
Ronnie Isidro
sh******@cs.fsu .edu wrote:
Click on the mdb file once to select it. Now hold shift and double
click it. continue to hold shift until the database is COMPLETELY
open. If you release it to soon then your menus will not appear.

Let us know if this works for you.


--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200605/1
May 26 '06 #4
Have you tried opening both ways, via the shortcut and also the
database directly while holding shift?

I think you need to give more details of how this shortcut is setup.

"Whenever I do the SHIFT-CLICK way of launching, it asks for the
password."

Then enter the password. And then press shift again and click ok or
whatever to procede.

I'm a little confused, your description of what you have access to and
how your accessing it is kind of vague.

May 27 '06 #5
Double click on the Shortcut
Enter the login details
Hold the shift key down and keep it held down
Click OK
Keep the shift key held down till the db loads.
--

Terry Kreft
"GOI via AccessMonster.c om" <u18756@uwe> wrote in message
news:60d985bc31 f31@uwe...
Hello! I forgot to mention that I have a secured database. I have to use a
shortcut with the Workgroup security settings to open the application.
Whenever I do the SHIFT-CLICK way of launching, it asks for the password.

Sorry if I failed to mention this beforehand.

Thanks for your quick responses!
Ronnie Isidro
sh******@cs.fsu .edu wrote:
Click on the mdb file once to select it. Now hold shift and double
click it. continue to hold shift until the database is COMPLETELY
open. If you release it to soon then your menus will not appear.

Let us know if this works for you.


--
Message posted via AccessMonster.c om
http://www.accessmonster.com/Uwe/For...ccess/200605/1

May 27 '06 #6
Good day everybody!

I apologize for the delayed reply. I have been out the past days with the flu.
Anyway, I have followed all your advice and have gotten the menu that I was
looking for.

Thank you for all your help!
regards,
Ronnie Isidro

Terry Kreft wrote:
Double click on the Shortcut
Enter the login details
Hold the shift key down and keep it held down
Click OK
Keep the shift key held down till the db loads.
Hello! I forgot to mention that I have a secured database. I have to use a
shortcut with the Workgroup security settings to open the application.

[quoted text clipped - 11 lines]
>
>Let us know if this works for you.


--
Message posted via http://www.accessmonster.com
Jun 1 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2076
by: xo55ox | last post by:
Hi, I have been trying to set up an automated restore process from prod to backup server. First, I schedule the full database backup nightly, transfer the backup file and restore it to the database on the backup server. Meanwhile, I leave the database ready to accept transaction log from the transaction log backup at noon daily. And I had used different restore options to test out the transaction that was being applied. And I couldn't...
7
2718
by: Marci | last post by:
I found this script for cascading menus, however, I cannot reach the author to solve the bug I am having when I add a second menu to it. My problem is this: If I click on the first link, the menu displays well. If I then click on the second link, the first menu from the first link still displays. How do I get make the first menu disappear when I click on the second and vice versa? Please help...thanks.
4
3801
by: Hardy | last post by:
hi gurus, now I have to backup and restore a 8 T size db2 database. from two s85 to two 670. the partitions,tablespaces of the db should be redesigned then I plan to use redirected restore. but my concern is, such big size db, I'm afraid something unexpected will destory all the effort. Who have related experience? Can you give some advice? Thanks in advance:)
9
13988
by: GL | last post by:
I am running DB2 8.1.1 on AIX 5.1 Having a problem with a redirected restore. Once into the restore continue phase, I immediately get the following “SQL2059W A device full warning was encountered on device "TBS_IDX". Do you want to continue(c), terminate this device only(d), abort the utility(t) ? (c/d/t) t
11
13541
by: Chris | last post by:
I have searched this group for answers and tried the responses. I am trying to Use an full online backup from our production server and apply it to our test server. The Tablespaces in the productions server are on the d drive and my test server has no d drive. The restore command i am using is: RESTORE DATABASE CENTRAL FROM "C:\DB2Backups" TAKEN AT 20050620000000 INTO CENT0620 REDIRECT;
1
11298
by: cefrancke | last post by:
I have set the Startup properties to the following... All menus, toolbars, etc are turned off plus these are unchecked Allow Full Menus Allow Built-in Toolbars Allow Default Shortcut Menus Allow Toolbar/Menu Changes Use Access Special Keys
3
11502
by: cefrancke | last post by:
The only reason I ask is that no one has made this subject clear or given a definitive answer. What I would like to do is, after turning off all the menus/tbars/etc using the startup options. Upon restarting Access, when an admin is detected (I use a GetSystemUser() function) I want to restore everything so that Access behaves like normal, ie. all menus/tbars/etc show up (only where they are supposed to show up).
0
3141
by: Takpol | last post by:
Hello, I have several archived filegroups that have data in them partitioned based on the date. These filegroups have been removed from database after archival. For example two months ago. Meantime my production database is populating everyday. Now I would like to restore one of my old archived filegroups. In order to do that I would like to backup and restore the current Primary filegroup to another server, and also restore the...
6
3964
by: terrycr | last post by:
In an attempt to clean up my form I went to TOOLS STARTUP and removed check marks from the following: Allow full menus Allow default shortcut menus Allow built in toolbars Allow toolbar/menu changes. How do I bring those back as I can't get to TOOLS STARTUP? Help!!!!
0
8378
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8890
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8791
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8577
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7398
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6206
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4202
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4376
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1783
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.