If form " is open then do..
Forms![F-100-04].setfocus
Forms![F-100-04].[Pu_vin].enabled = true
Forms![F-100-04].[Pu_year].enabled = true
Forms![F-100-04].[Pu_vin].setfocus ' or wherever you want the focus
If the form is not open you will need an extra first line..
Docmd.Openform "F-100-04"