473,796 Members | 2,904 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to open a protected access file and shorcut keys

Hello!
I have got a problem. i have an access database which has no
menues(File,Edi t,View...the access menues) and so on so i can't edit
nothing. i can only see the main form and i can use the database. I
can't edit it or change it because I don't know how to get the main
screen with all listed forms, tables, queryes and so on...Please help
me!
And my secont question: how can i make a shorcut key for example in a
database,in a form I would like to press let's say F12 and then it
would open a report or query or print a table or something like that!
Plese help!
Bye,

Danijela

Nov 13 '05 #1
3 4239
If you have a database that has all the menus removed, then it's
obvious that you did not create the database. You should contact the
author before making any changes to it. The menus are removed to keep
people that don't have authorization or knowledge to be making changes
to their work.

Most programers (user or professional) enjoy sharing their knowledge
and work, so long as it is a copy and people aren't messing with a
working database or program.
da************* ***@gmail.com wrote:
Hello!
I have got a problem. i have an access database which has no
menues(File,Edi t,View...the access menues) and so on so i can't edit
nothing. i can only see the main form and i can use the database. I
can't edit it or change it because I don't know how to get the main
screen with all listed forms, tables, queryes and so on...Please help
me!
And my secont question: how can i make a shorcut key for example in a
database,in a form I would like to press let's say F12 and then it
would open a report or query or print a table or something like that!
Plese help!
Bye,

Danijela


Nov 13 '05 #2
You might try pressing <Ctrl> <F11>, assuming Access 2000 or later.

If that doesn't work you might try holding down the Shift Key when you
click on whetever to open the file (and keep it held down until the
opening is complete.)

Sometimes these keys have been disabled; if this is the case then a
code solution may be required; let us know.

Nov 13 '05 #3
Thanks!

Nov 13 '05 #4

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

Similar topics

1
462
by: Konstantin | last post by:
Can someone help me figure out a way to open a form only once in an MDI app. I have an MDI app that contains several forms. I use each form depending on the type of document that the user needs to see, i.e. for documents of type A, I use form A, for type B, form B, etc. Each document has a unique number. I need the app to only show one document at a time, i.e. ifthe user tries to open doc. 1 of type A, then open form A and load doc 1....
10
1556
by: darren | last post by:
hi iam righting aprogram that creates its own desktop shotcut and a want to add a command line switch so i want to have a string like this "C:\Documents and Settings\Darren\My Documents\Visual Studio Projects\shorcut\bin\Debug\shorcut.exe" /r" my problem is how do i get the single " quote mark into my string please help
2
1365
by: Teis Draiby | last post by:
I am looking for a way to handle shortcut functionality in a program. I would like to be able to handle all kind of shortcuts - not only to commands that exist in the meu bar. It is probably simple but I will be very happy to get some help anyway. Any answer is appreciated. regards, Teis
17
8628
by: Barret Bonden | last post by:
As an old programmer just now looking at VB.net I have a question: How does one simply open one form from another ? I don't mean how does one create a new instance of that form , but rather how to refer to THAT form ? And having done this, how does one get data to and from that form ? I have read the MS tutorial on this but it is senselessly complex; there must be a simple, straightforward method, or I can only assume that MS has...
1
2741
by: Roby2222 | last post by:
I'm trying to use Protected Configuration to encrypt the contents within the connectionStrings elements in my app.config file. I've got it to work successfully on my development machine but when I deploy it to other machines the appliction just crashes when it trys to access the app.config connectionStrings. Is it possible to use Protected Configuration in a Windows Application? If so, will I have to use aspnet_regiis.exe import the keys...
22
5009
by: fniles | last post by:
I have a .CSV file (comma delimited) that I want to open using OLEDB, but I get the error "External table is not in the expected format." If I save the .CSV file to an .XLS file, I can open the connection with no problem. What is the correct way to open a .CSV file ? If I can not open the CSV file, how can I programmatically save the CSV file to an XLS file ? Thanks a lot. dim myCon OleDb.OleDbConnection
13
3566
by: Bob Jones | last post by:
Here is my situation: I have an aspx file stored in a resource file. All of the C# code is written inline via <script runat="server"tags. Let's call this page B. I also have page A that contains some javascript code that calls window.open. I pass the resource url of page B to Page A's window.open call. Page B is then loaded and executed but none of the server-side code is rendered. If I view the source of the page, the code (and page...
24
5084
by: dancer | last post by:
Using ASP.net 1.1 and Microsoft Access. I received the following error message. Why? I have closed the Access file. I have another very small access file that opens with no trouble with the same code, except a different name for the file. The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\Accident.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
3
3136
by: Andrus | last post by:
I need that WinForms DateTimePicker opens calendar when F12 key is pressed. I tried code below but got error Property or indexer 'System.Windows.Forms.KeyEventArgs.KeyCode' cannot be assigned to -- it is read only How to fix ? Andrus.
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9535
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
10467
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...
1
10201
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
9061
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
7558
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
5454
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...
1
4130
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.