CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: MatchedWithList

  1. #1
    Join Date
    Nov 1998
    Posts
    16

    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?


  2. #2
    Join Date
    Aug 1999
    Location
    TN, USA
    Posts
    4

    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

  3. #3
    Join Date
    Apr 2006
    Location
    Omaha
    Posts
    4

    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
  •  





Click Here to Expand Forum to Full Width

Featured