Hi Rich,
If you mean
" User 1 can edits values in Column B and User 2 can edit values in Column
A."
Then look at the article ACC2000: How to Simulate Column-Level Security in
Microsoft Access (304315)
http://support.microsoft.com/default.aspx?scid=KB;EN-US;304315
However, if you mean in the same column for both Users then you would need
to either utilize queries (e.g., User1 can only use Query1 & User2 can only
use Query2) or develop some programming logic using VBA code basing the
code behind a Form.
NOTE: either way it's NOT truly secured (i.e., users can still overwrite
what you intended)
I hope this helps! If you have additional questions on this topic, please
respond back to this posting.
Regards,
Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<
http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <
http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| Content-Class: urn:content-classes:message
| From: "Rich" <
[email protected]>
| Sender: "Rich" <
[email protected]>
| Subject: Access Security
| Date: Wed, 4 Aug 2004 16:59:44 -0700
| Lines: 9
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcR6fx2VvoNU3QMVQ5KMC7cz3Mhg6Q==
| Newsgroups: microsoft.public.access.security
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.security:12592
| NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
| X-Tomcat-NG: microsoft.public.access.security
|
| I am relatively new to Access, but fairly skilled at
| Excel. I need some guidance on getting the proper
| security. I am setting up an Access database that will be
| accessible by anyone on the LAN. I want only the
| Administrator to be able to edit the data. The exception
| would be that some users would be able to edit specific
| data. For example, User 1 can edit the even-numbered cells
| in Column and User 2 can edit the odd-numbered cells in
| Column A.
|