Click to See Complete Forum and Search --> : MatchedWithList


John
August 20th, 1999, 03:11 PM
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?

john
August 20th, 1999, 03:11 PM
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?

Genie Apples
August 20th, 1999, 05:59 PM
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 tinytimer@hotmail.com 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

WallPhone
April 7th, 2006, 03:40 PM
I know this is a bit old, but here is the fix to the issue.

http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B238406