D
Darryl
I've converted a database from 97 to 2K3 by opening it with 2K3.
However, I have a report A which contains subreport B, and subreport B
contains subreport B1.
Subreport B converted to type "subform/subreport" within report A and
has a name "subreport B". That's correct.
But subreport B1 converted as a "Report" object, not as a
subform/subreport object, and has no name property. Because of this,
the code that referenced the fields on that subreport B1 is failing.
Is there any way to convert an object "Report" within a report to a
subform/subreport type? I'd hate to have to go into each report
(there's more than one, and this conversion error happened to all of
them) and delete the "Report" objects and reinsert them all as
"subform/subreport" objects.
However, I have a report A which contains subreport B, and subreport B
contains subreport B1.
Subreport B converted to type "subform/subreport" within report A and
has a name "subreport B". That's correct.
But subreport B1 converted as a "Report" object, not as a
subform/subreport object, and has no name property. Because of this,
the code that referenced the fields on that subreport B1 is failing.
Is there any way to convert an object "Report" within a report to a
subform/subreport type? I'd hate to have to go into each report
(there's more than one, and this conversion error happened to all of
them) and delete the "Report" objects and reinsert them all as
"subform/subreport" objects.