|
-
May 3rd, 2002, 12:33 PM
#1
Combo Box
I have the combo box on the form. The Style property is Dropdown List. It is populated by the code bellow:
Do Until rsNext.EOF
frmLogin.cboTeam.AddItem rsNext![full_name]
frmLogin.cboTeam.ItemData(frmLogin.cboTeam.NewIndex) = rsNext![AssociateID]
rsNext.MoveNext
Loop
I need to select some item, let say 'John Smith', pragmatically. Can I do that?
Thanks
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
|