I have a database being used by quite a few people. What I am wondering if it is possable is to set up a table with certian peoples NT login names. then set some of the forms so that only those NT Login Names listed in the table can open the form otherwise they get a access not allowed screen. Is this possable?
I have added a sample database to help explain…. lets say 2 people try to open the form “Only OpsMgt can open form” the 2 users are mshaw and tdickson the results I want them to see is
mshaw: he is listed in the table “OpsMgt” so the form :Only OpsMgt can open form” should open
tdickson: he is not listed in the table “OpsMgt” so he should be redirected to the form ” Generic not allowed form” and the form he tried to open should not.