Hi
I have a subform with timesheet information. When it's refreshed I wan't it to go to the last record. On a previous form I've used
But I can't get it to work on the subform.
If I use
I get an error telling me the subform isn't open!
Help!
Thanks in Advance
Jonathan
I have a subform with timesheet information. When it's refreshed I wan't it to go to the last record. On a previous form I've used
Code:
DoCmd.GoToRecord , , acLast
DoCmd.GoToRecord , , acPrevious, 7
DoCmd.GoToRecord , , acLast
If I use
Code:
DoCmd.GoToRecord , Forms.frmTimesheet2.Form.frmsubTimesheet.Name, acLast
Help!
Thanks in Advance
Jonathan