Recent content by mshell

  1. M

    Automatic e-mail notification

    I am attempting to send an automatic notification when a record has been added/modified. I have place the following code in the after update module. This is working however, I do not want outlook to require the user to slick send. Is is possible to automatically send the mail without user...
  2. M

    Password help

    Thanks for all of your help. I will experiment with the table next week in test database. Right now, I am just happy to have the forms working properly. :)
  3. M

    Password help

    Thanks for your help. I have finished the code (it works) and there is a lot of it (17 pages). How would I achieve the same results by using a table?
  4. M

    Password help

    That helped. Thanks!!! Now I have a really dumb question. How do I tell visual basic that the code continues on the next line? :o
  5. M

    Password help

    This is only part of the code. The end if's are further down. The problem appears to be with the OR statements. The passwords work fine but I am allowed to enter a name that is not defined with out being prompted for a password and I do not want anyone to be able to complete the field unless...
  6. M

    Password help

    I am attempting to set up password protection to fields in a form. I need for the form to display an error message if the signature does not match any of the defined names. This is my code. It seems to be completely bypassing the code that tells it to what to do if the name is not in the defined...
Back
Top Bottom