txtEmployeeTemp.Visible = True
txtEmployeeTemp.Enabled = True
txtEmployeeTemp.Text = " "
txtEmployeeTemp.SetFocus
There are a bunch of textboxes on a form and i just want this one to be the active/selected textbox, so i can just start typing. Im confused why this wont work?
When running the program, i get the following error:
Run-time error 5:
Invalid procedure call or argument/
txtEmployeeTemp.Enabled = True
txtEmployeeTemp.Text = " "
txtEmployeeTemp.SetFocus
There are a bunch of textboxes on a form and i just want this one to be the active/selected textbox, so i can just start typing. Im confused why this wont work?
When running the program, i get the following error:
Run-time error 5:
Invalid procedure call or argument/