Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / November 2005

Tip: Looking for answers? Try searching our database.

Only show Last Four numbers of SSN

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
franklinbukoski - 19 Nov 2005 15:30 GMT
I have a form that shows SSN, but I want to limit what the cell shows to just
the last four.  Any ideas?
Duane Hookom - 19 Nov 2005 15:52 GMT
Maybe:
 =Right([SSN Field Name],4)

Make sure the name of the text box is not the same as a name in your
report's record source.

Signature

Duane Hookom
MS Access MVP
--

>I have a form that shows SSN, but I want to limit what the cell shows to
>just
> the last four.  Any ideas?
Ofer - 19 Nov 2005 15:57 GMT
To get the last four digits use the right function
Right(FieldName,4)

he fisrt four digits
Left(fieldName,4)

Signature

Please respond to the group if your question been answered or not, so other
can refer to it.
Thank you and Good luck

> I have a form that shows SSN, but I want to limit what the cell shows to just
> the last four.  Any ideas?
franklinbukoski - 19 Nov 2005 16:10 GMT
Duane/Ofer: Just like Excel!  It didn't even occur to me, thank you!!!

> To get the last four digits use the right function
> Right(FieldName,4)
[quoted text clipped - 4 lines]
> > I have a form that shows SSN, but I want to limit what the cell shows to just
> > the last four.  Any ideas?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.