|
-
Feb 21st, 2000, 10:34 AM
#1
Thread Starter
New Member
"Select name,job from employee where number = 1"
rs.MoveFirst
While Not rs.EOF
Combo1.AddItem rs(0)
Combo2.AddItem rs(1)
If I have more than 1 recordset returned, I populate the combo boxes.
How---If I select combo1.list(1) how do I make combo2 automatically change to .list(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
|