- Local time
- Today, 04:25
- Joined
- Feb 28, 2001
- Messages
- 29,188
Hi all. I want nothing to be added to the new record. I have code that will add the data in the new record. All I require is that the new record in the subform must get the focus and ready to accept the data. I hope this may help. Any suggestions. Thanks.
Set focus to the sub-form and then in that context, issue a DoCmd.GoToRecord acNewRecord - which you can look up before you do it just to see the nuances of what it does.