Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Access only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
Access
Diplaying only the last four of SSNs on a report
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
wstylze
New Member
Join Date:
Oct 2012
Posts:
2
#1
Diplaying only the last four of SSNs on a report
Oct 16 '12, 04:29 PM
I am attmpting to only display the last for of a SSN in a MS Access 2003 report like so
SSN="****-**-" & right(rstemp("P ersonSSN"),4)
Please assist.
wstylze
New Member
Join Date:
Oct 2012
Posts:
2
#2
Oct 16 '12, 04:45 PM
Thanks figured it out
Code:
=Right([PersonSSN],4)
Last edited by
zmbd
;
Oct 16 '12, 05:58 PM
.
Reason:
when positing VBA, SQL, HTML, XML, etc... please format using the <CODE/> button - thnx
Comment
Post
Cancel
twinnyfo
Recognized Expert
Moderator
Specialist
Join Date:
Nov 2011
Posts:
3665
#3
Oct 16 '12, 05:59 PM
wstylze,
Although you provided a solution that works for you, I am intrigued as to why your first function did not work properly. Assuming that the rstemp was valid and that there was a field named PersonSSN, your code should have worked.
Were you getting an error with the previous code?
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment