-
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?
-
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