Maybe this is overkill, but you can use VBA to do it.
In design mode go to the properties of the whole form. Go to the events tab, click the dots next to "on load". Select CODE.
In that window, type the name of the field then . then setfocus. Like this:
searchfield.setfocus
Edit: I took way...