A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Password restriction



 
 
Thread Tools Display Modes
  #1  
Old February 22nd, 2006, 07:27 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Password restriction

I am creating a database to store purchase order and savings
information. I want purchasing agents to be able to enter their
savings information, and I have created the form for that already. But
I want to password restrict the actual records, so they cannot change
other agents' information or their own. How can I password protect the
actual records?

  #2  
Old February 22nd, 2006, 07:40 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Password restriction

You would have to set up User-Level Security and require the users to log in
to your database. It is very very important that you create a backup of
your files before you start implementing ULS. It is also very important
that you follow every step in the list and that you do it in order. I have
included some links below my signature that will explain ULS.

You'd have to take away all access to the tables and queries.

Then, in each record, you'd have to store their UserID when they create the
record.

Then, you would create a query that pulls up all records where the userid is
equal to the current user. You'd set this query to run with owner's
permission (since the users won't have any access to it). You'd then build
a form based on that query and give your users access to that form.

Most of this is discussed often in the newsgroups. You might want to take
some time and read previous entries on "access only their records" or "with
owner permission" or "secure tables" or "lock out of tables" etc. You can
also search the microsoft knowledge base for securing tables or "with owner
permission".

--
Rick B

Security FAQ

http://support.microsoft.com/?id=207793



The Security Whitepaper is also worth reading to help you understand.

http://support.microsoft.com/?id=148555



Joan Wild:

www.jmwild.com/AccessSecurity.htm



Lynn Trapp

http://www.ltcomputerdesigns.com/Security.htm




"Lindsay" wrote in message
ups.com...
I am creating a database to store purchase order and savings
information. I want purchasing agents to be able to enter their
savings information, and I have created the form for that already. But
I want to password restrict the actual records, so they cannot change
other agents' information or their own. How can I password protect the
actual records?



  #3  
Old February 22nd, 2006, 07:54 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Password restriction

You don't need a password. Just set the AllowEdits and, if necessary,
AllowDeletions properties of the form to No.

If you don't want an agent to be able to view other agents' records, then
you will need a field in the table with the agent's ID. I suggest you use
the agent's username and set the form's filter to view only those records
that have his name. You could also use his username to populate the field in
the table.

"Lindsay" wrote:

I am creating a database to store purchase order and savings
information. I want purchasing agents to be able to enter their
savings information, and I have created the form for that already. But
I want to password restrict the actual records, so they cannot change
other agents' information or their own. How can I password protect the
actual records?


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Protect Workbook vs Worksheet?? Dan B Worksheet Functions 3 November 7th, 2005 09:02 PM
1 or 4 accounts w/ problem francis Outlook Express 6 February 12th, 2005 03:30 PM
Can't save password in Account field dgprice Outlook Express 3 February 2nd, 2005 01:17 AM
Changing dsn connection information (Password) Mike N Worksheet Functions 2 December 3rd, 2003 08:04 PM
removing password protection Sikora Worksheet Functions 6 October 10th, 2003 02:09 PM


All times are GMT +1. The time now is 07:24 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.