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: <<  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  >>  
automationsecurity
Using the vbscript: dim o set o=createobject ("Access.Application") o.automationsecurity=1 ' set macro security LOW. o.opencurrentdatabase "C:\Database\db1.mdb" o.visible=true o.usercontrol=true set o=nothing given by TC returns the error message that the database can not be found or doesn't exist. However, when I set the security level in my database to low, I am able to open the...
6 22.03.2006 01:23:56
A file permission error anyone know about this?
I cannot save a doc. in word saying I have a file permission error?...
2 21.03.2006 23:49:52
Security for the front end of db
What changes need to be made to a front end of an Access database so that a user can't type in their password, hold down the shift key, and click on OK so they have access to the tables etc. ?...
7 21.03.2006 14:01:30
¤ China ZhongZhan Aids Mei Mei
Killer! http://onfinite.com/libraries/175399/440.jpg elmar@digi-art.de ...
1 21.03.2006 12:48:42
Logging User Access
Access 2002. Basic Access knowledge / Very little VBA experience I have a front end/back end db with user level security. The database was set up for individuals to view statistics (i.e. they do not add or edit data - just view it). I feel that this database is not being used and I want some data to support that. I want to log when users 'sign in' or 'log' into the db. Most of the po...
4 21.03.2006 10:45:59
Another Idiot locks himself out ....
Hi I'm sure you are tired of these questions. I foolishly attempted to do the security thing with permissions etc. I had several DB's on my desktop. Where it works on the DB I wanted it to, I am also prompted for passwords when I open any DB's. Then if I use same username and password I get permission denied. Is there anyway to remove this off my PC, and more importantly if I transfer i...
10 20.03.2006 23:15:09
logon dialog not caching keystrokes
Hi, In an access app, there is a logon screen with user names and password fields that pops up as the app opens. Often if I type fast, the password doesn't record the first several characters. If I wait a few seconds before starting to type the password, then all keystrokes are recorded. The programmer says he does not know of anything in access that would affect the caching of keystr...
7 20.03.2006 18:22:57
error code 3033
I have also read the other posts on this, and this is my path on my shortcut. "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "N:\Compliance Division Workflow Tracking\Compliance Division Workflow Tracking.mdb" /WRKGRP "N:\Compliance Division Workflow Tracking\Security.mdw" Why did this just happen out of the blue?...
1 20.03.2006 16:46:30
Password on front end prevents writing to back end mdb
I have got both front and back end mdb's. the backend is password protected and the linked tables have the password set. when i remove the password from the Front End... i have no problems adding records to the Back End mdb. However, when i add a password to the Front End, i get a 'password not valid error'. This occurs when creating a new connection in my code: ####################...
1 20.03.2006 16:11:30
error code 3033
Please help. I am the Admin of this database. I have been logging onto the database many times today adding passwords to the different users. My last action was, I logged on as myself and changed my password. Now I am getting this error message. You do not have the necessary permissions to use the <name> object. Have your system administrator or the person who created this object...
1 20.03.2006 16:09:32
Bonjour
ça va tout le monde ? ...
1 20.03.2006 15:28:20
Macro Warning Message
I am running my database on a office LAN. Within the last week when any of my personnel open my database a pop-up message appears about a macro is trying to run - click open to continue - then another message pops-up asking do you want to block or let run. When I use that person's computer ( they are signed into the LAN ) and go inside the database and go to "Tools > Macro > Securi...
1 20.03.2006 15:06:53
Popup windows when password expire
Anyone have suggestion for me ? There are some local user accounts setup. After 30 days users need to change the password. The problem is that there is no popup alert message to let user know they need to change password. I know a popup message will displayed in network user to change the password if needed. Is any suggestion can be provide ?...
1 20.03.2006 14:59:00
How to make mde file run on computer that does not have ms Access
Hi, I have made MDE of my access daabase. How can i make it run on the computer which does not have MS Access installed on it. Please suggest ,do i need certain components to download.From other post i came to know that i need Office developer what is it.how do I check do i have it or not. And if i don't have it how can we get it or download it. Please tell me the complete procedure asap...
3 20.03.2006 14:13:28
Ink
Sorry guys. The spam stuff was not my intent. I do oppoligies and won't happen again. I have never been on newsgroups before and not sure how to work them. I hope you guys can forgive a bad choice. Murphey...
1 20.03.2006 12:07:31
Opening a second secure database without seeing the dialog box
I have some code which opens another access database. The code is: (which works fine) Const q As String * 1 = """" strUpdateTool = "C:\Program Files\Microsoft Office2003\OFFICE11\MSACCESS.EXE " & q & strPath & q & " /wrkgrp " & q & wrkgrpPathAndName & q & " /user " & q & "Administrator" & q & " /pwd " & q & "aaa" & q Shell strUpdateTool, vbNormalFocus I am trying to avoid ...
3 20.03.2006 05:48:48
i cannot create a database because it prompts me for a password
I created user passwords for a database. Now I cannot get into ANY databases in access, and none of the passwords work....
2 19.03.2006 18:46:28
Pay or not pay...
Hi! If a customer not to pay an application, as it is possible to leave an instruction in the BD to make quit automatically, after the day xpto. For example, throught of macro. (?) If to pay, another version without the order of quit is sent... Thanks in advance. an...
1 19.03.2006 16:31:18
Secure via Filter
I have created a timesheet database and would like to set up a system where each employee can open the database but only see/edit/add his/her own records. Can I do that from my computer or do I have to set up filters at each workstation? Or is it possible at all? -- Poppy KMB Design Groups...
6 19.03.2006 10:43:32
Table Permissions and Security
Good day, I am looking for a way to make both tables and their links read only to the user but have full admin with the forms and code. I have a database with backend holding master tables of course and a front end with forms reports, queries macros and modules. I want to know if anyone has found a way to both protect current items from deletion and editing but allow the creation of ne...
2 18.03.2006 22:13:10
microsoft.public.access.security FAQ
Has there ever been one for this group? I see the same questions asked and answered over and over again. Perhaps the regulars could collaborate and put one together. I'd be happy to collate material if anyone has any to submit ... opinions anyone? Keith. www.keithwilby.com ...
5 17.03.2006 09:05:49
Locking up access to setup functions
How do I lock a database not to allow anybody to make design changes. In other words... they should only be able to work from the switchboard. Ta ...
3 17.03.2006 08:01:20
Access on a network
I have a split, secured DB on a Novell network, used on approx 12 machines by approx. 100 users, each with his own shortcut. Management has decided they want it on ALL machines (75 -100) with access for everyone. The network administrator wants to make it accessible from the Novell Application Launcher. I am unfamiliar with any 'schema' besides the one I am using (split between the serve...
3 17.03.2006 03:06:02
Security messages
i have an access 2003 mde file that has been packed with Access 2003 deveoper extensions. i have just installed it on a stand alone pc. When i open the mde via a desktop shortcut i get the following sercurity messages. I have a digital certificate attached to my vb code Message 1: Security Warning: Unsafe expressions are not blocked. do you want to block unsafe extressions? Yes or No ...
1 16.03.2006 13:21:30
forgot password
I forgot my password to my windows xp professional computer. i rarely shut it down, so i don't have to mess with it normally, but somehow it was turned off... now what? will i ever regain access? i've guessed at my password for weeks. I'm SO frusterated. please help....
2 16.03.2006 13:04:48
58 Pages: <<  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  >>  

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