Input Mask issues

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hello I have a database where I wish mask some data from
certian users... so for exaple if I put in teh code for:

If UserID = Joe Bloggs then
DATAHERE = inputmask.password

Or something?

How could I achieve this?

Thanks

James
 
Or something?

Use different forms, or even different front end mdbs for users with
different security levels. You must have some idea of how frustrating it is
to be shown greyed-out controls because you are the wrong sort of user. It
is kinder just to show them what they are able to interact with.

HTH


Tim F
 
Yeah it seems like a good Idea its just tht I have set up
the security myself through code... thats why I need the
input mask plus its only a couple of records I dont need
certain users to see they can see the rest just not a
specific few depending on the user...

Thanks

James
 
Back
Top