Password Protect an Access 2000 Form Using VB
Hi, all:
I noticed there were a few threads about this topic, but I'm still
having trouble. I'm a tech writer with limited VB experience, so
please excuse the elementary nature of this post.
I want to password protect one form (the form dedicated to data entry)
on a very simple, "Rolodex"-type database. Security does not need to be
very heavy given the nature of the database (internal, data is
basically a document listing), and so I thought the instructions given
from Microsoft
(
http://support.microsoft.com/default.aspx?scid=kb;en-us:209871) would
suffice, as opposed to implementing user levels through Access.
I constantly get the "...cannot find password information.." message
box, regardless of what I enter in the text box. I've tried generating
new Key Codes and entering those in the password table, and even
removed the password input mask to make sure I wasn't mis-typing the
data. I've double-, triple-, and quadruple-checked my code for errors.
The code instructions work when I use the Northwind sample database,
but not mine. Are there settings or instructions that I'm missing?
Any and all help is greatly appreciated.
Best,
Achez
.
Relevant Pages
- Re: Change Password by User
... You may also be interested in the Security FAQ, which provides instructions on ... See http://www.QBuilt.com for all your database needs. ... One may open a specific form when the database opens by running code that ... (microsoft.public.access.security) - Re: An Honest and Simple Question.
... I have done this ad nauseum by way of posts on Mutual database. ... include instructions so they can identify which one of those things ... which takes SPECIALIST MANAGEMENT to follow. ... communication loop could have that problem. ... (sci.crypt) - Re: [SLE] For or against ..Hyperthreading.
... > Let's say for mail or Database server... ... Opteron and Athlon-64 also have a different memory access archetecture so ... - 64-bit Address registers means more memory is directly addressable, ... do a wider range of operations as primitive instructions (for example, fetch, ... (SuSE) - Re: Shared Drive, Security
... Your instructions are the ones I found and followed. ... am not familar with setting up securities and shared drives, ... far I have managed to create a new workgroup different than my default. ... I am also confused about the splitting of the database. ... (microsoft.public.access.security) - Re: How to convert Relationships into the new Access 2010 format
... So I really want to import the entire Access database. ... I don't see any reason why would importing from access 2007, 2003, or even 2010 tables for that mattes changes any of my instructions. ... It possible if you have some non published web tables in an application, the import wizard says you can't import **and** upchucking the "import relationships" box fails, but that would be a bug, and it would thus be a simple matter to remove the relationships BEFORE you import in this case (if access says you can't do this - I would just make a copy of the data file, and then just remove the relationship using the lookup wizard *IF* access says you can't import in this case). ... I am trying to share the entire Access 2010 MDB file to Sharepoint, using Access services. ... (comp.databases.ms-access) |
|