using validation to provide secuirty in database

A

Andrew Fox

I want to build a security level into an access database in order to restrict
visibility of certain records. I have set up a list to select user name and
run a query on exit to determine what the password should be.

What I now need to do is on exit from the text box where a user enters their
password, access should validate that against the query result and either run
the next form or hold the user at the security screen asking them to retry or
cancel.

Hopefully this should be possible, not sure but would be very grateful for
any pointers.
 
Top