How to define Input Mask

  • Thread starter Thread starter Steph
  • Start date Start date
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)
 
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

Back
Top