Results 1 to 4 of 4

Thread: Request a Password when user selects from Combo List

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Location
    Nelspruit, RSA
    Posts
    8

    Post

    I have a combobox on one of my forms which is conneted to a database. When you drop down the list it gives me employee names. What i want to achive is that when a employee selects his name from the list he must be prompted for a password, can this be done?

  2. #2
    New Member
    Join Date
    Apr 1999
    Posts
    13

    Post

    This should be possible in a way.

    What you could try is that when a user selects a name in the combo box, it pops up an input box That asks for the password. Then compare the password they give with what is in the database. If the two match, then Show all the details.

    Not sure of the exact code required, as I try not to do too much on databases, but if you still get stuck, post a message here and I will give a few more pointers

    HTH

    Ell

    ------------------
    Ell Holmes
    [email protected]

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Location
    Nelspruit, RSA
    Posts
    8

    Post

    Originally posted by MartinLiss:
    I've sent you a small app that does what you want.

    Works 100% thanks!



  4. #4
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    I've sent you a small app that does what you want.

    ------------------
    Marty
    What did the fish say when it hit the concrete wall?
    > > > > > "Dam!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width