|
-
Jul 9th, 2007, 11:20 PM
#1
Thread Starter
Junior Member
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
-
Jul 10th, 2007, 12:01 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|