Input Mask issues

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
 
T

Tim Ferguson

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
 
J

James

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
 

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