I want to open a form so it is blank.
I have looked through old posts, and the only way I can see to do it is using:
DoCmd.GoToRecord , , acNewRec
However, this is no good for me, as I dont want to allow data entry AND I have default values for one of the fields.
Is there a way to do this?
Thanks.
I have looked through old posts, and the only way I can see to do it is using:
DoCmd.GoToRecord , , acNewRec
However, this is no good for me, as I dont want to allow data entry AND I have default values for one of the fields.
Is there a way to do this?
Thanks.