-
Aug 9th, 2000, 04:44 PM
#1
Junior Member
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!
-
Aug 9th, 2000, 07:28 PM
#2
Member
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!
-
Aug 10th, 2000, 08:01 AM
#3
Junior Member
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
-
Forum Rules