Taken Part of a Record Field

R

Rose

I have social security number registered in a table with a social security
input mask. For security purposes, I only want to display the first three
numbers of the social security number in a query. --
Rose
 
K

KARL DEWEY

Use a calculated field like this ---
Part_SSN: Left([YourSSNField],3)
Open the query in design view and add the above in the Field Row of the grid.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top