Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Combo Box Value
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Set Combo Box Value
Miscellaneous
Thread ID:
01358259
Message ID:
01358259
Views:
74
I am passing in the key of the item in the combo box I want to show:
If iSalespersonKey <> 0 Then

    Dim iIndexNum As Integer
    Dim iItemKey As Integer
    
    For iIndexNum = 0 To cboSalespersons.ListCount - 1
    
        iItemKey =Me!cboSalespersons.Column(iIndexNum, 0)
    
        If iItemKey = iSalespersonKey Then
        
            'Me!cboSalespersons.ListIndex = iIndexNum
        
        End If

    Next
    
End If
I cannot get this to work. I have tried numerous ways. I'm not sure the syntax is correct. Can someone point me in the right direction?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform