I want ot be able to open a form that a tech can use to search for and update records. The initial opening should have all fields blanked out until the acocutn number is entered in. I can not get the form to open with the fields blank.
I have used DoCmd.GoToRecord acDataForm, , acNewRec
I have tried to use all the fields set to Default Null
How do I have the initial form load show all the fields blank?
I have used DoCmd.GoToRecord acDataForm, , acNewRec
I have tried to use all the fields set to Default Null
How do I have the initial form load show all the fields blank?