RE Input mask Issues

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
-----Original Message-----


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

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
 

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 Problems 0
Input Mask issues 2
Phone# Input mask with default 3
input mask 4
Input mask works not reliable 1
Username Password Issues 0
Input Mask oddity - BUG? 7
Eliminate multiple inputs 3

Top