473,407 Members | 2,326 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,407 software developers and data experts.

How to protect database (requiring Shift+Enter)

How can I protect my database so that the end user needs to open it
using Shift+Enter?

Thanks

May 31 '06 #1
4 6687
On 31 May 2006 11:29:34 -0700, ca**********@hotmail.com wrote:

Create a macro, and name it AutoExec.
Enter one action in it: DoCmd.Quit

-Tom.

How can I protect my database so that the end user needs to open it
using Shift+Enter?

Thanks


May 31 '06 #2
Thanks for replying. How about if I want the users to be able to open
the database and get to the forms I have created for them to work with
but require Shift+Enter to access the tables?

Thanks again.

May 31 '06 #3
On 31 May 2006 13:39:00 -0700, ca**********@hotmail.com wrote:

You can hide the database window (Tools > Startup). Then use the
Switchboard Manager (Tools > Database Utilities) to create a main menu
which would allow the user to open any form or report. Modify the
AutoExec macro to DoCmd.OpenForm the Switchboard form.
This way, most users never need to use the Database window, and those
who do will know how to reveal it.

-Tom.
Thanks for replying. How about if I want the users to be able to open
the database and get to the forms I have created for them to work with
but require Shift+Enter to access the tables?

Thanks again.


May 31 '06 #4
Great. Thank you!

Jun 1 '06 #5

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

Similar topics

7
by: Susan Bricker | last post by:
I know that I saw some information concerning the <shift>+<enter> combination use to bypass launching an Access mdb application and enter the Access design workspace. Would someone please direct...
2
by: ansi_c | last post by:
hello, I just developed an .adp application linked to SQL Server 7, I compiled it disabling also all the shortcuts from the tools->startup menu and obtained an .ade project. My problem is that...
4
by: Vazz | last post by:
I am trying to capture the key combination "Control + Shift + Enter" in a KeyDown event. I am able capture "Control + Enter" using (e.KeyCode == Keys.Enter && e.Modifiers == Keys.Control). How do I...
7
by: Csaba Gabor | last post by:
I'd like to detect the shift key when a button is "clicked" in Firefox/Mozilla. If the button is clicked with the mouse, no problem. However, if the onclick event is keyboard originated, then my...
1
by: ray | last post by:
Hi, Now, I have a datagrid with data input. The data type is nvarchar. While I press "SHIFT+ENTER", it moves to a new row for the same data row. Can I prevent it from happening? Thanks a lot,...
2
by: pemigh | last post by:
Client's fingers have been well trained on another application to wrap lines by hitting shift-enter, and wants the same in Access application. Changing "enter key behavior" for controls is not...
1
eboyjr14
by: eboyjr14 | last post by:
I need to make it so that when you're entering data into a textarea, and press shift+enter it creates a new line where the caret is at, then when you press enter it sends a message. This is like most...
2
by: Sunfire | last post by:
I was wondering if there was a way to hit enter to insert blank lines while in the designer? I tried this but all it seems to want to do is insert code that really shouldn't be there. For example,...
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?
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
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,...
0
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,...
0
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...
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.