Security Feature

J

JimS

I'm implementing a new security paradigm in my A2007 FE database. I've
implemented User Roles and Object Classes and then set up the users' ability
to map users to roles, object classes to objects (principally, forms), and
then authorize roles to use classes of objects. Now, I need to get each form
to check this authorization when it opens. I've been inserting an "On Open"
routine, but I wonder if there isn't a simpler approach--perhaps a common "On
Open" routine?

If not, how can I implement an integrity check that looks at each form and
ensures that it has an "On Open" event handler, and if not, creates one?

Of course, I could just do it by hand, but wouldn't it be more fun to do it
one of these two ways?
 

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