Re: Cursor Postion after form Requery



Private Sub Form_AfterUpdate()
Me.Requery
DoCmd.GoToRecord , , acNewRec
End Sub

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/200708/1

.



Relevant Pages

  • RE: How do I stop the code?
    ... is telling Access to overwrite the RegistrationNumber with "XXXXXXX"! ... There's ALWAYS more than one way to skin a cat! ... Answers/posts based on Access 2000 ...
    (microsoft.public.access.formscoding)
  • Re: Hide page upon opening
    ... Ain't Access just a barrel of laughs? ... There's ALWAYS more than one way to skin a cat! ... Answers/posts based on Access 2000 ...
    (microsoft.public.access.forms)
  • Re: Add Date data is entered
    ... And assuming the form opens to a new record, ... There's ALWAYS more than one way to skin a cat! ... Answers/posts based on Access 2000/2003 ...
    (microsoft.public.access.formscoding)
  • Re: Cannot update DAO Recordset
    ... "Both the form and the query can be edited." ... There's ALWAYS more than one way to skin a cat! ... Answers/posts based on Access 2000/2003 ...
    (microsoft.public.access.modulesdaovba)
  • RE: Starting on a blank record rather than a previous record
    ... DoCmd.GoToRecord,, acNewRec ... There's ALWAYS more than one way to skin a cat! ... Answers/posts based on Access 2000 ...
    (microsoft.public.access.forms)