Hi all,
I have a form with a continuous subform (A2K). I'm trying to goto a particular record in the subform from the main form. The statements I'm using are
Me.consEnter.SetFocus
DoCmd.GoToRecord acDataForm, Me.consEnter.Form.Name, acGoTo, i
the subform control name is "consEnter" & the subform's form name is "EnterConsultingDetail"
Me.consEnter.Form.Name returns "EnterConsultingDetail"
It's gotta be an easy fix but...
rafe [sig][/sig]
I have a form with a continuous subform (A2K). I'm trying to goto a particular record in the subform from the main form. The statements I'm using are
Me.consEnter.SetFocus
DoCmd.GoToRecord acDataForm, Me.consEnter.Form.Name, acGoTo, i
the subform control name is "consEnter" & the subform's form name is "EnterConsultingDetail"
Me.consEnter.Form.Name returns "EnterConsultingDetail"
It's gotta be an easy fix but...
rafe [sig][/sig]