Hello:
Is this not allowed?
Thanks.
Is this not allowed?
Code:
Private Sub cboJobNo_TextChanged(sender As Object, e As EventArgs) Handles cboJobNo.TextChanged
Dim txt As String = cboJobNo.Text
Dim txt2 As String = Microsoft.VisualBasic.Left(txt, 9)
cboJobNo.Text = txt2
End Sub
Thanks.