Results 1 to 2 of 2

Thread: Combo Box Data

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2007
    Posts
    19

    Question Combo Box Data

    I have ComboBox on a Form properly populated and showing data. Now when I add a new record into my database using the Data in Combobox it adds and no problem occours.


    On my that form I have Two buttons to namely Next Record and Previous Record which display the data Record by record when pressed accordingly. The Problem I have is that my all other fields on the form display the respected data except the data in ComboBox. They are presented Blank. No respected data from the database is displayed in the ComboBox.

    Any help is greatly appriciated.

    Regards
    VNSEUM

  2. #2
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: Combo Box Data

    When you add the record then either refill the combobox with your initialization code, or also add it to the combobox using additem method so the new data is reflected.

    Unless this is a data bound combobox.

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