Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GoToRecord question

Status
Not open for further replies.
Jan 14, 2002
143
US
Greetings,

On an afterupdate event from a subform datasheet, I want to make another subform go to the NEXT record and then read some of those fields into a NEW record in another subform. I think I know howto read in the data, but having trouble with docmd.gotorecord finding my subform. Can someone please help?



 
I believe you need to set the focus to the subform you want to do the go to next records before you can do the actual command. Then the command is

DoCmd.GoToRecord , , acNext
John Ruff - The Eternal Optimist :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top