G
Guest
I understand similar questions have been asked before, however, searching the
forum has not yielded a solution to the problem at hand. We have a
form-based application converted from Access 97 to 2003, now, for some
reason, a call/control (please ignore the terminology for now) from the
subform failed to update/populate a field in the main form.
While trying to isolate the problem by going to the subform's design view,
I noticed that its Default View is set to Single Form, and I read somewhere
that the Default View needs to be set to Continious Forms to ensure its
interaction with Main Form, however, my attempt failed, Access complained
that "You can't view a form as a continous form if it contains a subform, an
ActiveX Control or a bound chart". So, another question, how can I determine
if this subform has subform(s) of its own? And how do I know if it has
ActiveX control ...?
Running the subform (a separate form) , I got the following error,
Run the sunform got the following err msg:
"
Run-time error: 2450
The app system can't find the form 'frmMyMainForm' refered to in a macro
expression or Visual Basic code.
End or Debug
"
Then, when I got into debugging mode,
the following line is highlighted
Forms!frmMyMainForm.Text344 = cmbSubFormFieldA
Should I use the fully qualified name for 'cmbSubFormFieldA'?
And is it "mySubFormName.cmbSubFormFieldA"?
I would truly appreciate some patient and meaningful help (not too much
about semantics), thanks.
forum has not yielded a solution to the problem at hand. We have a
form-based application converted from Access 97 to 2003, now, for some
reason, a call/control (please ignore the terminology for now) from the
subform failed to update/populate a field in the main form.
While trying to isolate the problem by going to the subform's design view,
I noticed that its Default View is set to Single Form, and I read somewhere
that the Default View needs to be set to Continious Forms to ensure its
interaction with Main Form, however, my attempt failed, Access complained
that "You can't view a form as a continous form if it contains a subform, an
ActiveX Control or a bound chart". So, another question, how can I determine
if this subform has subform(s) of its own? And how do I know if it has
ActiveX control ...?
Running the subform (a separate form) , I got the following error,
Run the sunform got the following err msg:
"
Run-time error: 2450
The app system can't find the form 'frmMyMainForm' refered to in a macro
expression or Visual Basic code.
End or Debug
"
Then, when I got into debugging mode,
the following line is highlighted
Forms!frmMyMainForm.Text344 = cmbSubFormFieldA
Should I use the fully qualified name for 'cmbSubFormFieldA'?
And is it "mySubFormName.cmbSubFormFieldA"?
I would truly appreciate some patient and meaningful help (not too much
about semantics), thanks.