Recent content by therpgmaker

  1. T

    Registering New Users in VBA

    Well I figured out a work-around. I open a connection referencing the .mdw file, using my username and password, and can use that to have a new user registered. I don't like having my password in the code there, but at least it can't be seen in the .mde file.
  2. T

    Registering New Users in VBA

    No, there's no users table in the database, I'm trying to directly add users to the User Level Security. I tried giving him permissions for everything, but it looks as if I'm the only user who can add new users.
  3. T

    Registering New Users in VBA

    I'm using MS Access 2003, and I set up user level security for the database. I set up a form that certain users with the correct permissions can see that allows them to register new users for the database. The form works fine when I use it, but if I try to use it through any other account, it...
Back
Top Bottom