G
Guest
Is there any way to display a blank form (no record showing) besides usin
DoCmd.GoToRecord , , acNewRe
I don't want a new record, I just want to go into a blank form and allow the user to click buttons I set up to Add, Edit, Delete and Save records. I get the buttons to work no problem (with the wizard) I just would like to include code so that after each of these processes finishes (and when first entering the form) the form is just a blank.
DoCmd.GoToRecord , , acNewRe
I don't want a new record, I just want to go into a blank form and allow the user to click buttons I set up to Add, Edit, Delete and Save records. I get the buttons to work no problem (with the wizard) I just would like to include code so that after each of these processes finishes (and when first entering the form) the form is just a blank.