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  

Hide data in a field



 
 
Thread Tools Display Modes
  #1  
Old November 11th, 2009, 05:31 PM posted to microsoft.public.access.forms
Tammy S.[_2_]
external usenet poster
 
Posts: 20
Default Hide data in a field

I have a database that includes information protected by the Privacy Act. I
want to show the field, but with stars in place of the data and a button
allowing the data to be viewed with a breif statement indicating the data is
protected by the Privacy Act. I aslo need to enact security on this feature
so only specific users can access this data. Can anyone help me with this?
Thank you.
  #2  
Old November 12th, 2009, 05:54 AM posted to microsoft.public.access.forms
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default Hide data in a field

On Wed, 11 Nov 2009 09:31:05 -0800, Tammy S.
wrote:

You're asking a very broad question so you can't expect a very
specific answer.
Stars: Su just set the InputMask to Password.
Specific Users: This all depends on how you determine which users have
access. In the Form_Open you could write:
if not IsSpecificUser() then Me.myTextbox.InputMask = "Password"

Then write a function IsSpecificUser where you decide who has access.
The implementation will depend on how you determine this: from the
Windows login, from Active Directory, from a custom Users table, from
workgroup security, etc....

-Tom.
Microsoft Access MVP


I have a database that includes information protected by the Privacy Act. I
want to show the field, but with stars in place of the data and a button
allowing the data to be viewed with a breif statement indicating the data is
protected by the Privacy Act. I aslo need to enact security on this feature
so only specific users can access this data. Can anyone help me with this?
Thank you.

 




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


All times are GMT +1. The time now is 11:17 AM.


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