Group:  Microsoft Access ยป microsoft.public.access.security

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
58 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
disallow import from another mdb database
Is there a way to disallow another database from importing modules from my database? I cannot use a mde solution, but I must lock up my code and I cannot use object permissions because I do not want to activate the password login. I have disabled the shift key and f11, so now the only way someone could get to my code would be to import the modules into a blank database. If I could d...
14 25.08.2006 03:01:56
New security warning messae
New to this group, so please bare w/me. NEW, very new msg appears each and every time a new web page is displayed. Reads: Security Warning . . . . . Current Web pag is trying to open a site in your Trusted sites list. Then: Current Site: current page is noted. Next line: Trusted site: about:blank Select: Yes or No ...
3 24.08.2006 23:48:01
password protected Backend
I want to accomplish 3 things. I want to protect the Backend data (BE), protect Frontend (FE), and backup the data automatically. I want to instll FE in users desktop and BE in shared network drive. I'm using Access 2003 and tried the security wizard but not so clear or cumbersome to use. So, here is what I did. I've splitted database and have the password protected on BE. After ...
1 24.08.2006 18:38:01
Access 2003
Hoe do I select 4000 random records from a database containing 46000 entries? What's the SQL for the query? Ta....
2 24.08.2006 14:25:44
How can I get an Access database to use data from an outside Form
I know you have to set the security on the database to allow outside data. I also know there are certain steps involved but I'm not sure that they are. The end result being that when you right click on the database, without opening it, and click properties in the dropdown menu a Security tab should appear. I have Office 2000, and Windows XP OS. ...
2 24.08.2006 14:24:35
Printing Problem
While printing, I am getting more pages than is expected. If I select a particular record to print, 4 pages show. I would like to have these in one page. I looked at the datasheet and there are about 4 subdatasheets. I am assuming that they are pulling from different tables. Can somebody please help? Billy ...
4 23.08.2006 21:17:00
Problem with mail merge and security
I have set up user security on an access databse so that certian users are read-only. It works well, and we are sharing the database on three computers. When trying to use mail merge we are having a problem. From inside access I selected a query to be used as a mail merge with word. When word loads and tries to access the data from the databse it says "you do not have the nessecery permi...
1 23.08.2006 20:33:02
Help: Access 2003 not reading the signatures
Hello: I have signed my mdb's and have set the security level to high with the signature selected as trusted. What could possibly be preventing me from opening these files? Now, none of them will. ...
1 23.08.2006 19:58:02
Set Start up Security to not show Tool Bars and now i can't get in
hey there.. saw your posting and it seems you are the guru in MS Access i tried setting up some security on a Database and went to Tools Startup and unchecked all the options allow full menus allow default shortcuts allow built in toolbars allow toolbar menu changes and use of access special keys now i can't get into the db to make changes to forms etc. and i have no copy Is there a...
2 23.08.2006 16:38:57
Why bother securing?
Hi, I'm just wondering why I should bother securing my MS Access Database, I mean you can download tools which will remove all the security? I'm looking for answer to give to my boss. Thanks, -- jj ...
29 23.08.2006 09:55:56
In a shared database, can the administrator boot users
I have created a database that will be shared by many at my company. Is there a way to boot others out of the database so that I can open it exclusively. Rob...
2 23.08.2006 02:59:01
The most powerful computer security tools
DiskNumen: www.firmlysoft.com DiskNumen, the most powerful computer security tool, will make everything intact after your reboot even if there are Virus, Hacker,Rascal software, error operation or even your purposive breakage. Your computer can be prevented from any attack by DiskNumen through the way of solidifying disk into CD. Have you ever been anguished by these problems...
1 22.08.2006 23:15:36
Displaying New Users
I just implemented the following code, which does indeed list all logged on users in the Immediate window. I'd prefer, however, to display them in a ReadOnly form. Can anyone tell me how to do this? Thank you. Sprinks Dim cn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim i, j As Long Set cn = CurrentProject.Connection ' The user roster is exposed...
1 22.08.2006 14:23:02
I have created some sort of User level security that I cant remove! Please help...
Hello all, I have created a stupid problem for myself which I cannot fix, I would greatly appreciate your help. I have an Access database which is avaialble over a LAN. I have been experimenting with security settings (by running the 'One step security wizard') and have created some sort of User level security that I cannot now remove. On machine 1 (Win NT, Access 2000) I can open my ...
4 22.08.2006 08:22:55
Problem password protecting an Access 2000 db
I have set the db to Exclusive rather than Shared, and opened it as instructed using File, Open and clicking the arrow on the right of the Open button and choosing Open Exclusive, but it still won't allow me to set the password, and simply keeps telling me to open the db as exclusive before I can do this - which I already have! Have tried with a number of different 2000 databases just i...
1 22.08.2006 00:16:33
Getting "Not a valid password" when modifying Access 2000 queries...
Something strange is all of a sudden going on... I have an Access 2000 project on my local machine. It is the development copy of a live DB. I have not made any changes to this app in a while but today I have some changes to make in there... I logged into the app using the same username and password I always have and go to a query to open in "Design" view. When I click "design" it open...
1 21.08.2006 17:04:27
Change "AllowFullMenus" for admin users only at startup
Hi. I need to turn AllowFullMenus on at database startup for admin users only. On startup options screen, AllowFullMenus is unchecked (false). I've tried this in flash screen's Form_Open event: If <user is admin> Then CurrentDb.Properties("AllowFullMenus").Value = True Else CurrentDb.Properties("AllowFullMenus").Value = False End If ....but of cou...
1 21.08.2006 15:23:31
workgroup information file & passwords
While trying to set different user level options for a new database, using the security wizard in 2003, I inadvertantly locked the database and was only able to access it from my PC. After reading through all the posts that seemed relevant I managed to bypass the problem by using the "path to msaccess.exe" "path to mdb" /wrkgrp "path to secure mdw" shortcut solution. However, I need to d...
3 21.08.2006 15:07:02
How can I get an Access database to use data from an outside Form
I have office 2000 running with Windows XP Pro. When I create a form using ASP coding, and try to link it to an access database, nothing happens. I know it can be done because I've done it before. I just can not remember all of the steps involved. I know you need to establish the ODBC, and I have done that. At some point in time a security tab is suppose to appear, when you right click a...
1 21.08.2006 11:48:01
Security permissions to convert the database
Hi, I have a database which is created in Access 97, when i am trying to open the same database in the Access 2003. i get an error saying The Current user account doesn't have permission to convert or enable this database and i tried to assign the permissions to the user but i was failed can any one please help me to set the permissions to convert the database. -- Raghuram R...
6 21.08.2006 07:32:20
Error: Requesting Database password when none exists Office 11
Using Access in Office 2003 with Sql server 2000 backend. Database is secured using workgroup. Within last two weeks, a few times when opening the database, the prompt shows up requesting the database password. There is no database password and never has been. This database and security was set up 6 years ago. Microsoft has really ruined Access. Can anyone help. -- Matthew Mark ...
1 20.08.2006 06:15:01
two database, two workgroups
Good afternoon, Currently I have one database with 12 users and one workgroup for them. It works well. Right now, I need to design another new database with totally different 8 users. Does Access allows you to do that - two different database and two workgroups? -- sally...
3 18.08.2006 13:40:02
Instead of Autoexec, can one startup with a module?
Security messages popup if one tries to open a database that has a macro, and Security level has been set to "high". I have only one macro - autoexec - which runs code in a module to check links "checklinks()". Is it possible to have the database automatically run this part of the module instead of having it called from the autoexec macro? In other words, if I can run the module at startup ...
5 18.08.2006 11:18:01
Subject : Q) SHA(Secure Hash Algorithm) for wireless NDIS driver.
Subject : Q) SHA(Secure Hash Algorithm) for wireless NDIS driver. Dear all, I want to ask you a question about SHA(Secure Hash Algorithm) for wireless NDIS driver. It needs to use SHA algorithms because it's spec of that. At first, I need to derive a new_key using a old_key according to below statement. new_key = SHA(PAD|(old_key)) old_key : 20 byte...
2 18.08.2006 09:39:19
Love Hotline
Lady only 24-Hrs +91 9810577227 ...
1 18.08.2006 02:06:25
58 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net