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: <<  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  31  32  >>  
Developing the database after splitting
I'm not sure if this comes under security or design (maybe both) I have confidentiality/security issues with hourly pay rates so it has been recommended to me that I split the database (I have just found out that is very easy to get passed the password by simply creating a new database and importing the tables!!!!) What I would like to do is have the front end form on the company intra...
4 18.06.2006 00:43:21
why a group permission passward will effects all my access databas
After I set up "user and group passward" for only one of my access database, I found that new setup workgroup information file will effect to all the rest of my access database. ...
5 17.06.2006 16:38:14
Data encryption on a split Access DB
We have a split Access database. The front end is on the individual stations while the data tables are in the back end database on a server. I would like to protect the data on the back end so that, if stolen, the back end data cannot be used. The idea would be to have some kind of real time encryption/decryption mechanism, making the encrypted backend data readable only when loaded in ...
5 16.06.2006 18:19:01
Personal information may been compromised
I am going thru a divorce and my ex has intercepted an e-mail from my lawer and then wrote my atty a response to that e-mail. I changed my password, but I fear that she maight be able to monitor my e-mails. In fact the one she intercepted I never received. I have two questions: 1st is kind of hacking legal? and what are some other way in which I can protect my e-mails?. Thanks for all...
2 16.06.2006 16:50:30
2 users using secure database residing on network
We have a database that is on the network set up for secured for 2 different user. Can both users be in the database just adding records at the same time? Thanks, Barb...
3 16.06.2006 07:28:42
unable to set macro security to low
We have Access 2003 sp1. I can't set macro security to low and net admin did not create a restrictive work group....
3 15.06.2006 21:30:02
Unsecure a database
I have secured a database using Access 2003 security wizard and it works great. Now I would like to unsecure it so that I can email it to be modified in the design view. How can I do this?? Thanks, Barb...
5 15.06.2006 15:41:30
how to change user
Ok... I'm following the SECFAQ.doc trying to secure one database while still allowing access to it in another database. On step 5 it says to "quit microsoft access and log back on as the new user"... well I can't figure out how to get out of the default user "Admin". I've already created a new user along with following steps 1-4. Let me know if you have any ideas, thanks! ...
5 15.06.2006 15:14:51
emailing a secure database
I am sending a database that has been set up with users and permissions using the Security wizard from the office to my home office. I know not to send the shortcut from the desktop but the actual mdb file. when I zip it up and send it - when I open it at home is says don't have exclusive access to this database at this time. If you proceed to make changes you may not be able to make ...
6 15.06.2006 15:09:24
building a shortcut by coding: is it possible?
Hello, I have built a database to collect data for a clinical trial. I need to deploy this database up to 8 different users which will work on very different environments. Some has Access 2003, few has Access 2000 and some…nothing. My idea is to use Access 2003 Developers Extensions along with Access Runtime and I hope that by hitting the button it will make a package that will run on...
3 15.06.2006 14:31:01
After my aol update, Access will not let me open the Access file.
After my aol update, my computer restarted. Now, I cannot get into my access file. It says "Microsoft Access cannot open this file. The file is located outside your intranet or on an untrusted site. Microsoft Access will not open the file due to potential security problems. To open the file, copy it to your machine or an accessible network location."...
2 14.06.2006 22:28:01
Want to password protect one mdb but still access it from another mdb.
I'm pretty inexperienced with access/vb... so bare with me... I've got two mdb files one with user forms and then another with all the data PLUS some admin forms... I want to secure the admin/data mdb so no user accidently gets in there and messes up the data/gives them self privelages via admin forms.... someone reccommended using a MDW file, but I don't know what that is, nor if it would wo...
2 14.06.2006 18:09:45
Forms with VBA Code fail.
I have a DB with 3 users, myself in the Admin group and 2 others in the Full Data access group. But, if I try to open a Form that has VBA code attached it always fails on the command to open a connection to the database telling me that I do have permission to open the database. Have I missed some vital step here? I thought an Admin user had zero restrictions? ...
1 14.06.2006 16:13:03
Access not asking for login
I tried to remove the security as discussed in multiple threads here and must have jacked it up. My username account is still there, but when I open the database, it no longer asks for a login. It just opens up, but now I can't change anything because it defaults to the Admin user. PLEASE HELP!!!...
5 14.06.2006 14:50:03
disable record selecting in access
I have a table with sensitive information - Social security, address, phone numbers, etc. I also have a data entry form that many users will use to enter their information, and I am trying to eliminate the user from seeing other records but allowing them to search for theirs. I have set the form to open to a new record automaticly when it is open (no data given away there), the mousewhee...
3 14.06.2006 09:03:52
Who is using the database?
I have a database on a shared server and users have an entry window to that database on their own PC. It enables users to create their own queries etc without cluttering up the server where just the raw data is stored. Problem - I want to change the design of the table on the server and to do that all users have to be out of the application. If one user is using the application, when I tr...
3 14.06.2006 08:39:01
Access Denied message switching directories - safe mode command pr
I'm using Win XP Service Pack 2. Hard disk took a hit and can't load / repair operating system. Need to reformat disk and reinstall but would like to save data on documents folder. Can only gain access using safe mode command prompt. Can't change to documents and settings/USER. Get "Access Denied" message. would love to copy data to a usb drive before reformatting disk. Any ideas?...
1 13.06.2006 19:19:01
Cant Open Database -- Missing Security.mdw file
When I try to open my database, I get a Microsoft Access Error that says "Microsoft Access can not find the security.mdw This file is needed for startup. Any Suggestions?...
4 13.06.2006 17:10:55
Connect tables from a password protected mdb
I am trying to link tables programatically from a password protected database. Assuming the password is "fred" the connect fails with an "Invalid Password Message" when I use any of the following: tdf.Connect = ";DATABASE=" & strFileName tdf.Connect = ";DATABASE=" & strFileName & ";Password=fred" tdf.Connect = ";DATABASE=" & strFileName & ";Password='fred'" tdf.Connect = ";DATABASE=" & st...
2 13.06.2006 15:33:57
Renaming User
I have set up User Security and wish to rename the user. Can I do this without having to remove the User and then adding again? Thanks...
2 13.06.2006 15:20:17
Temporary login
Is it possible, for the purposes of one function that requires administrative permissions, to reset the current user to Admin, execute the function, and then require the user to log in again? Many thanks in advance -- I don't post much but read a lot and the help on this forum is phenomenal....
11 13.06.2006 15:17:14
Access ULS?
I was referred to this newsgroup from microsoft.public.access, where I started this topic: > My "job" for this summer is to work on an Access database to track > information about first responders or people with skills that could be > useful in a crisis. The catch is, my goal is to not have to enter that > information myself. What I'm supposed to be doing is creating a way fo...
2 13.06.2006 15:10:37
Need Help on Table Deletes!
Is there any kind of tracking tool I can put in an mdb to log when someone deletes a row from a table, short of trapping the delete event in a form? Thanks....
2 13.06.2006 14:38:09
Transferring MDW file
When I have verified User level security on a Main Computer and set the data base up for networking on remotes, how do I get the remotes to point to the new MDW file on these remotes? Thanks for any wonderful assistance as is evident in the Newsgroup. ...
2 13.06.2006 10:22:07
startup option confusion w/ 2007 beta
I'm trying to figure out how to tell my Access database "For me - I wanna access all objects. For anyone else who opens it up - only forms & reports". I don't know how to create macros - so that way is out. I think startup options is the way to go but i can't seem to figure it out. I dont see any documentation on it and i'm not sure how to set it up.... I've been struggling with this...
2 12.06.2006 18:50:31
58 Pages: <<  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  31  32  >>  

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