|
-
Feb 24th, 2000, 01:13 AM
#1
Thread Starter
Lively Member
Please Help
How do you set the text propertie of a combo box to an item in the list if you know the ItemData number.
Thanks,
Chris
-
Feb 24th, 2000, 10:34 AM
#2
Frenzied Member
To set a combobox to a particular entry
form.combo.listindex= number
To change the value of an item
form.combo.additem "text", number
form.combo.removeitem number+1
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
|