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: <<  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  31  >>  
Hiding DbWindow
I have problem hiding database window in msaccess. I have create adp and compile it to ade extention with access2K. I try to close dbwindow by 1. Script-->ChangeProperty "StartupShowDBWindow", DB_Boolean, false 2. startup property by unchecking Display Database Window option. It work fine with access2K but unfortunally it does't work with accessXP Help me please........
1 27.06.2006 08:22:38
<no subject>
Hi, Let you know I can't send out my email due error with" describe".. Please fix it for me. Ronald Dans ( Mike Van De Wiele) ...
2 26.06.2006 12:57:26
RE: ade to adp - utility available to help protect source code
This is a follow on from an old thread: http://groups.google.co.uk/group/microsoft.public.access.security/browse_frm/thread/e404ec6c3472afdb/ There is a new tool available that helps to protect the source code in ADE and MDE files: http://www.everythingaccess.com/mdeprotector.htm In particular, you may be interested in the examples of reverse engineered code before and after using the ut...
6 26.06.2006 09:59:44
Easy steps for user level security in access
I have designed a data base with 1 form with Tabs at the top to switch from 1 screen to another. If I wish to restrict someone from entering say a Tab called "Financials" is there any way I can do this, by Pass Word protection for this Tab or is there another way? Thanks for any help...
1 26.06.2006 07:55:02
Security Warning
I am getting a Security Warning: Unsafe expressions are not blocked. How do I resolve this issue in 2003. I have not got Administrator rights....
2 25.06.2006 13:40:35
changing mysysobjects permission
i`m trying to read report names from an access database into a vb program but i cant change the read permission of mysysobjects because it belongs to "engine" and not to "admin" How can i change this? i tried openening the database in exclusive mode but didn`t work ...
2 24.06.2006 18:27:05
MS Access fe and MSSQL 2005 back end set up questions
I have created my database in access 2003 and split it to MS SQL 2005 tables it runs fine on the host server but fails over the network with a general network error and if it's open on the server it opens in read only on the work station any help would be nice? ...
1 22.06.2006 21:12:30
Clear Password through VBA
Does anybody know if it is possible to use code to clear another user's password without knowing the password, like you can do in Tools, Security, User and Group Accounts, Clear Password? I have been given a requirement for users to change their passwords periodically so I have created a custom form for the users to change their own passwords, which also stores the date when each user's pa...
3 22.06.2006 17:54:57
mdw user permissions
I have two databases, one is a copy of the other. One database works fine. The other, at a particular stage of use, gives the error message "The expression On Dbl Click you entered as the event property setting produced the following error: Records cannot be edited; no update permission on 'PERSON'." I have checked that the user I was logged in as belongs to a particular group, and I ...
6 22.06.2006 16:23:55
Password , limit the number of trys, is it possible ???
Hi Is is possible to limit the number of trys entering the User's Pasword ?? (I'm No talking about Global DB password, I'm talking about Users Security) Javier -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-security/200606/1...
4 21.06.2006 22:11:10
MDB file not opening nor giving error msg
I have a .mdb database that is set for sharing, the DB file on a network server set to Access2000, open databases using record-level locking, Open Exclusive set, workstations running Access2003, 5 users all setup the same. When 2 users have the DB opened, another user clicking Open after right clicking on the DB file name can't open the DB. Nothing happens and no error message. When the 2 us...
2 21.06.2006 13:02:11
Zipping file
I have set up my database to prompt for username and password using the security wizard at work. I emailed the database to home office and made a desktop shortcut with the correct Target Path. Access software, database loc, secure.mdw file loc. I am zipping up the mdb and resending it back to work. For some reason the file is not compressing - it shows as a zip file icon but the size...
6 20.06.2006 20:48:29
Users Allowed to Run Action Queries
I have a database that has several append queries to update historical data collection from an ODBC server. I have code that runs the append queries on startup of the database. However, when a user (not the admin) opens the database, the code will not run the append queries. Any way around this? I can't find where to give users open/run authority for queries....
2 20.06.2006 18:58:32
Allow MDB open from runtime only?
I recall some posted VB code that checked if the runtime or full version of Access was being used to attempt to open an MDB at startup. Depending on the result, the mdb was opened or closed. Does anyone have this code or know where it can be found? ...
2 20.06.2006 18:02:42
How to pass the password parameters of current user to ...
Dear all, I'm writing an Access front-end application using ADO to access an Access backend database. I use the default access security system in the working environment. Thus everytime when the user starts up the application, he/she will be asked to login the Access session with user ID and password before the actual codes of the application run (user ID and password are stored in sy...
1 20.06.2006 16:48:01
MDW and linked tables
Folks, I have a successfully secured MDB file (lets call DB A), which I would like an unsecured database (DB B) to be able to link to. I don't care about security in DB B, and the link should be Read Only. I assume that the link would be trying to connect to DB A as Admin (which has read-only privs on the tables). Is this possible? Do both databases need to be secured? When I try to cre...
5 20.06.2006 13:13:49
Workgroup Security/Electronic Signature (PW *after* logon)
I have a db (Access 2002) that I have applied workgroup security to. Users login initially with their username and password. Once in the db, I can call their logon with the [CurrentUser] function, but I also need to require a password for data entry (e.g., when a record is added, the user must correctly enter their password again, even though they are already logged in.) Is this possible...
2 20.06.2006 02:01:38
help me
http://world2.monstersgame.pl/?ac=vid&vid=35003458 screenshoot. What to do next? ...
2 20.06.2006 00:43:42
VBScript to open secure database with command arguments
In a previous post by TC, I learned that you can open an instance of Access 2003 and just for that instance set the macro security level to low. Unfortunately, I don't have the link available, but here is the code. dim o set o=createobject ("Access.Application") o.automationsecurity=1 ' set macro security LOW. o.opencurrentdatabase "full path to your database" o.usercontrol=true set o=n...
2 19.06.2006 23:31:01
Admin Privileges
If a form has VBA code attached it seems that VBA wants to run as Admin instead of the current logged in user. I had to grant Admin some permissions on a secure DB and that then allows users to bypass the security. I tried changing the VBA to connect using a specific user/password but that just generates an error telling me the workgroup file is locked by another user and not accessi...
6 19.06.2006 19:08:49
How do I get system.mdw to open Access
I can open Accessbut an error comes up and I try to fix it comes up with cant find system .mdw which is needed to run access...
1 19.06.2006 18:52:01
Programmatically bypass startup options like holding Shift key
Hello, I'm working on a VB.Net app that tries to open Access (mdb) files, and I don't want any user interaction. I'm having trouble with databases that have a startup form set, which in turn has links to sources that aren't available - these cause message boxes to appear. However, I can prevent this by holding down the Shift key when manually opening the database. Is there a way to...
2 19.06.2006 12:00:00
Determining programmatically if an Access DB is password protected?
Is there a way programmatically to determine if an Access database is password protected, so that the login/password dialog isn't shown? I'm writing an application that scans Office documents, and I want it to skip Access databases that are password protected. Unfortunately, everything I've tried so far always brings up the dialog. Any help is much appreciated! Thanks Mike ...
5 19.06.2006 11:54:24
Protect Access Backend
I am using Access 2003 in a FE/BE configuration. I have protected my FE with an .MDE file and have not really done anything to the BE to protect it. Any recommendations from the group on protecting the BE would be helpful. I have shift bypass coding in place that could take care of some protection factor, need to know what else is advisable. The FE is password protected with a logon scree...
1 19.06.2006 08:59:13
Custom login form and permissions for DB Objects
Hi there, I have my own custom made Login form for the users of my database application. Is there a way to set permissions etc to forms/DB objects, instead of using the User Level Security Wizard in Access. I just don't want the users to log into the database twice if possible. Any help would be greatly appreciated Cheers Martin...
1 18.06.2006 09:45:01
58 Pages: <<  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  31  >>  

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