Hi, please help in my question below

Is there a way to unselect a control item. I mean whenever I start my form, I want the cursor to be in a particular textbox. So I add the code setfocus() in the form_load. However, this causes the text to be highlighted too when the form is run. Is there a way to unhighlight from a control box.

Thanks