L lskuff Registered User. Local time Today, 04:55 Joined Aug 10, 2003 Messages 14 Sep 23, 2003 #1 yet another question. I have a table with people's social security numbers. I also have a form and in a text box on it I want to display the last 4 digits of the social security number (it's Text with dashes). How do I parse the text?
yet another question. I have a table with people's social security numbers. I also have a form and in a text box on it I want to display the last 4 digits of the social security number (it's Text with dashes). How do I parse the text?
pbaldy Wino Moderator Staff member Local time Today, 02:55 Joined Aug 30, 2003 Messages 36,272 Sep 23, 2003 #2 Right(FieldName, 4)