|
-
Feb 16th, 2000, 10:42 PM
#1
I want to select an item on a combobox list based on its listindex - i.e., from program code. I have created a newindex for each item based on its database key. Would someone tell me, please, how to do this?
-
Feb 16th, 2000, 11:24 PM
#2
Frenzied Member
Why not use a DB-Combobox ? With that you can set it to display one field, and be 'bound' to another.
So, you would put in
DBCombo1.BoundText=123456
and the record with the id 123456 would be displayed in the combobox.
See the help for more details.
------------------
Mark "Buzby" Beeton
VB Developer
[email protected]
-
Feb 16th, 2000, 11:31 PM
#3
i guess i shy away from bound controls. But if that is the only way ....
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
|