Want to open a form and it be ready for a new record

  • Thread starter Matt, Sheffield, UK
  • Start date
M

Matt, Sheffield, UK

When I havea command button open a form, it opens with the first record on
there, to stop users going into that record accidentally and editting it, i
want it to open with a blank form ready for a new input, is this possible
please
 
R

Rainbow01

from Rainbow01 Hong Kong

DoCmd.OpenForm "YourFormName", , , , acFormAdd

"Matt, Sheffield, UK" 來函:
 
R

Rick B

Please note, this is asked and answered all the time. In the future, I'd
suggest you search for your answers before posting a new thread. The
easiest way I have found is to go to www.google.com, click the "groups"
option, and enter a search string similar to the following...

microsoft.public.access default to new record
 
Top