Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dnrhymer4

    HELP! VB Code for password

    I figured it out. [Last Name] Thanks so much for your help! Just overlooking the little thing. Another set of eyes is always a great help.
  2. dnrhymer4

    HELP! VB Code for password

    Ahh, that was it. I put the Table name instead of the field name. Thanks so much. But now I'm getting a syntax error with the DLookup? If Getpass = DLookup("[Password]", "Managers", "Last Name = '" & Me.cboManager & "'") Then
  3. dnrhymer4

    HELP! VB Code for password

    Ok, here's the next debug Input: 7100 Manager Bach Search:
  4. dnrhymer4

    HELP! VB Code for password

    Sorry, I'm a beginner with this. I don't know if this is correct or not, but in the Immediate window, it shows this: Input: 7100 Search:
  5. dnrhymer4

    HELP! VB Code for password

    Thanks for the reply. But I'm still having the same problem. I only get results for one manager
  6. dnrhymer4

    HELP! VB Code for password

    Hi, I'm trying to require a password using an input box in order to enter a form. I have a table listing the managers and passwords. I've pieced together some code. The problem is that it will only open for one manager. Any help is greatly appreciated. Private Sub...

Part and Inventory Search

Back
Top