Use the On Enter event procedure for the subform CONTROL (not the subform) and just put:
DoCmd.GoToRecord , , acNewRec
Note this will do what you said - go to a new record when you TAB into the subform. If you CLICK into the subform, the clicked position will override the on Enter statement.
Still having problems with this one. as it's on the onEnter event it will not allow me to Edit an exsisting field any idea's how I can have it land on the last record to add but I may want to edit exsisting records.
A similar problem i have on this subform thing.
But in my case i want te subform to move to the next record as soon as i save anything on the main form. Any idea on how to do that?
Many thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.