|
-
August 20th, 1999, 03:11 PM
#1
MatchedWithList
MatchedWithList for dbCombo box not work properly.
Here is the codes:
If Not dbAJCTRN.MatchedWithList Then
Beep
MsgBox "Invalid transaction type! Please enter again!"
dbAJCTRN.SelStart = 0
dbAJCTRN.SelLength = Len(dbAJCTRN)
dbAJCTRN.SetFocus
Exit Sub
End If
It picks up the values from MS Access file. A field for ListField is text(description) and another field for BoundColumn is text too. I select a record form dragging down the dbcombo box. But the value for the matchedwithlist is false. What goes wrong?
-
August 20th, 1999, 05:59 PM
#2
Re: MatchedWithList
John, I would like to talk to you further on this subject. I think I might be able to help you out. Maybe not. I hope so. Just e-mail me at [email protected] if you want. Im new to this bulletin board and Im not sure if I know how to maneuver in it.
Genie Applebury
Genie Applebury
-
April 7th, 2006, 03:40 PM
#3
Re: MatchedWithList
I know this is a bit old, but here is the fix to the issue.
http://support.microsoft.com/default...en-us%3B238406
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
|
Click Here to Expand Forum to Full Width
|