View Full Version : hiding or encrypting tables for certain users


Ironis
01-07-2003, 01:53 PM
Hey,

I have quite a problem. I want several users to view the data of a table through a form, but when the accidentally open the Database Window, I want to prevent them from reading the tables. How can I do this?

The reason is that people can't read creditcardnumbers from the form (ecouse its encrypted) but they can wehen they simply open the table..

Does anyone have a solution??

thanks, Dennis

Bert666
01-24-2003, 10:17 AM
Hi there,

If i have understood rightly - why can't you just store encrypted information in the table - and then decrypt from the form.

Bert.

lanman
01-29-2003, 06:23 AM
Can't you just create a seperate table that just holds credit card numbers.