Results 1 to 3 of 3

Thread: Database Problem

  1. #1
    Junior Member
    Join Date
    Aug 00
    Posts
    23

    Unhappy

    I am trying to compare what a user types in via DBComboBox to what is in the table. How do I do that? Please help!

  2. #2
    Member
    Join Date
    Jun 00
    Location
    Perth Western Australia
    Posts
    41

    Cool

    It appears you need to use the MatchedWithList property of the DBCombo like this............

    if DBCombo1.MatchedWithList then do something

    or if DBCombo1.MatchedWithList = False then "It's Not In The List"

    I'm assuming that the list is populated from the Table you want to find the entry in!


  3. #3
    Junior Member
    Join Date
    Aug 00
    Posts
    23

    Thumbs up Thank you

    Thank that worked great!!!!

Posting Permissions

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