Results 1 to 2 of 2
  1. #1
    Rustman is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Mar 2013
    Posts
    3

    Hide data


    Ok, here is the issue. I have to create a report listing participants in an activity. My table for people uses the full Social Security number because (when I figure out how to do it), I'll be having people log themselves in utilizing a common access card that is dependent on their full SSN for identification. Administratively, I need the last 4 numbers of their SSN on the report, but for security, I don't want the entire SSN on it. Is there any way to mask over the first 5 digits of the SSN in the report (similiar to using *** to hide passwords) or, even better, just don't display those numbers at all? As a last ditch solution, I can use the full SSN as the table key and have a seperate table entry for just the last 4, but that seems redundant and I'd rather not have to do that. Thanks! :-)

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    You can mask or extract the last four digits with an expression. Is the SSN saved with or without hyphens:

    Mid([SSN],6,4)
    or
    Mid([SSN],8,4)
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Hide Form Name Tab
    By ruthib4 in forum Programming
    Replies: 4
    Last Post: 06-26-2012, 12:13 PM
  2. Hide SubReport
    By TinaCa in forum Programming
    Replies: 6
    Last Post: 09-15-2011, 08:03 PM
  3. Hide In This Group
    By kwooten in forum Queries
    Replies: 1
    Last Post: 06-29-2011, 02:00 PM
  4. Hide Duplicates
    By cassidym in forum Reports
    Replies: 2
    Last Post: 03-01-2011, 10:45 AM
  5. Hide all but forms
    By Bird_FAT in forum Programming
    Replies: 1
    Last Post: 05-25-2010, 02:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums