Hiding numbers during output from query

Lifeseeker

Registered User.
Local time
Today, 04:27
Joined
Mar 18, 2011
Messages
273
Hi,

Would it be possible to output a column of data that is masked?

For example, if I have a column that stores personal identify information(unique 5-digit number), and when exported we would like to hide the digit, is it possible?

I'm thinking....to have 1 = a, 2 = b, 3 = c, etc.

When doing the analysis, we don't want to easily see the 5-digit number.

Can be this done in Access at least?

Any comment/thought is much appreciated
 
With your query in design view set the Input Mask property of the field you wish to obscure to Password. You may need to right click the design grid and select the Properties window.
 
Re: Turning numbers into letters during output from query

With your query in design view set the Input Mask property of the field you wish to obscure to Password. You may need to right click the design grid and select the Properties window.

Thanks.

I was wondering if it was possible at all to manually obscure digits.

So for example, we want all the 1s turn into a, all the 2s turn into b on the output so that we can actually go back to them if necessary without having to know what each "password" represents.

Does this make sense?

Thanks for any comment/input on this.
 

Users who are viewing this thread

Back
Top Bottom