CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Québec (Canada)
    Posts
    210

    Disappearing first item in DBCombo

    When I select an item in a DBCombo, then close the application, and then come back to the DBCombo the item that was first selected doesn't appear anymore in one the DBCombo (moreover, the item is not anymore in the database!)

    Has anyone encoutered this problem before?



  2. #2
    Guest

    Re: Disappearing first item in DBCombo

    My application used to work fine until I upgraded Access 97 to Access 2000. After that I have the same problem as you. So far I did not find any good solution. I cannot go back to Access 97 because of some reason. What I'm doing now, it's I'm creating additional recordset, getting data from it and assigning that data explicitly to ComboBox and recordset. Pretty ugly, but...
    Vlad


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