For that you could use the property "Me.AllowAdditions = False"
like that..they will not see a blank field.
If you happen to have to add a record then all you have to do id add a button and in the background you add
Me.AllowAdditions = True
DoCmd.GoToRecord , , acNewRec
[MyFirstField] =...