How to define Input Mask

S

Steph

I would like to know how to programmatically define the input mask on a
linked table(SQL Server).
The input mask is 'Password'

what i'm trying to do is hide the content of the Pwd field from users who
have access to the tbl_Users table. if there's a better way, tell me
please!

Stephane
(e-mail address removed)
 
D

Douglas J. Steele

Sorry, you can't hide fields using an input mask.

You could create a view in SQL Server that doesn't include the Pwd field and
link to the view, rather than the table.
 

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

Similar Threads

Input Mask in tables 2
Input Mask 1
input mask 4
Properties - Format, Input Mask, Validation Rule 5
How do I use the letter 'L' in an input mask? 1
General Date Input Mask 1
Input Mask 3
Input Mask Default Value 3

Top