I just can't figure it out. I load a form with a number of fields to be entered. I am attempting to 'set focus' to the first text box I want the user to enter data into by:
txtCustLastName.setFocus
I get the following error: error 5 - 'Invalid procedure call or arguement'
I know I could solve this by using the tabindex, but why doesn't it work??
Thanks for any help.
txtCustLastName.setFocus
I get the following error: error 5 - 'Invalid procedure call or arguement'
I know I could solve this by using the tabindex, but why doesn't it work??
Thanks for any help.