|
-
Oct 16th, 2006, 04:10 PM
#1
Thread Starter
Hyperactive Member
Combobox Question
Just something basic. How do I get a combobox to have text already displayed when the form loads?
The comboboxes are created at run-time and have options loaded into them from a database
I've tried:
cmbQuestions(x).Text = qID(x)
cmbQuestions(x).SelectedText = qID(x)
cmbQuestions(x).SelectedItem = qID(x)
everytime the form loads the comboboxes have the options in them but nothing default to see (default - what i made earlier from another screen)
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
|