Search results

  1. J

    Create a password Form

    HEMAN85, you have to open the tblPassword.
  2. J

    Create a password Form

    see attachment
  3. J

    Create a password Form

    select "input mask" should do it.
  4. J

    create a password protected form with VB

    Attached is my sample database, please help. Thanks.
  5. J

    Create a password Form

    Khawar, I posted my sample database as you requested. When you get a chance, please take a look and let me know what i'm missing. Thanks much.
  6. J

    Khawar, I posted my sample database as you requested. When you get a chance, please take a look...

    Khawar, I posted my sample database as you requested. When you get a chance, please take a look and let me know what i'm missing. Thanks much.
  7. J

    Create a password Form

    Attached is the sample database. The keycode that i entered is 2818. The default password is PASSWORD. I'd like to change it so something else. Thanks much for your help.
  8. J

    Create a password Form

    this is what i have: tblPassword, frmPassword (with textfield "Text0" and command button "CheckPassword", and the form that i want to protect "HR only". In tblPassword, i have objectname: HR Only and keycode: 2818 with input mask password. So when i open the form i want to protect "HR only", it...
  9. J

    Create a password Form

    i changed the Keycode to something else. However, when the form that promts for password opens, i can't type in the new password. Please help... thanks.
  10. J

    Create a password Form

    Could you elaborate? In the tblPassword, the keycode is masked with the original code of 2818. Should i change it to something else?
  11. J

    create a password protected form with VB

    im not sure what im missing here. I put in the generated number in the tblPassword. Then i open the protected form, type in the new password, it didn't work. Advice?
  12. J

    create a password protected form with VB

    I've tried to implement user-security level but failed. I kept getting errors couldn't get the solutions that I want. This password protected form is the closest thing that I can do. I'm aware of its security limitation. However, I don't have much options here. This database im creating is...
  13. J

    create a password protected form with VB

    Banana, I'm a novice when it comes to ACCESS and VB. How do i write the function to call the KeyCode? Thanks much.
  14. J

    create a password protected form with VB

    it returned a string of number (i.e. -39399). I put that in the tblPassword. But i how do i generate a new password to replace the default one? Thanks.
  15. J

    Create a password Form

    i can't open that Zip file from my computer and im having the same question that heman85 has. Could you tell me how to change the default password to something else? thanks much.
  16. J

    create a password protected form with VB

    i followed the direction on the MS Help & Support page to create a password protected form. However, the default password that is given is "PASSWORD", does anyone know how to change that default password to something else? Thanks. Using Code to Password Protect a Form By using code, you can...
Back
Top Bottom