D
Daniel Lees
Hi
I have a form which has a subform on it which in turn has severl subforms on
it, i want to change the record on each of the nested subforms using a piece
of code. This was easy when all the subforms were just on the main form i
used GoToControl then GoToRecord Next, but this no longer works as the nested
subforms are controls on the main form, i wanted to use somethin like this
but can't get it to work exactly
Forms![Frm_View Detailed]!Forms ("" & formname & "")
GoToRecord Next.
where formname is a string with the form name then wants to change. Could
any1 please help me out as this is a major stumbling block ? Any help will
be greatly appreciated.
Cheers
Danny
I have a form which has a subform on it which in turn has severl subforms on
it, i want to change the record on each of the nested subforms using a piece
of code. This was easy when all the subforms were just on the main form i
used GoToControl then GoToRecord Next, but this no longer works as the nested
subforms are controls on the main form, i wanted to use somethin like this
but can't get it to work exactly
Forms![Frm_View Detailed]!Forms ("" & formname & "")
GoToRecord Next.
where formname is a string with the form name then wants to change. Could
any1 please help me out as this is a major stumbling block ? Any help will
be greatly appreciated.
Cheers
Danny