Is there any way to place field objects on a report without having a
database connection beforehand?
I have one report that I wish to use with multiple recordsets
that are generated within Visual Basic. I do not wish to assign the
database connection within CR, but rather wait until I'm ready to
open the report in VB.
Right now I am having to use unbound field boxes and also have to
use the .SetUnboundFieldSource method on each box after assigning
the ADO recordset to the report. A royal pain in the butt!
Any suggestions are appreciated!
Z
database connection beforehand?
I have one report that I wish to use with multiple recordsets
that are generated within Visual Basic. I do not wish to assign the
database connection within CR, but rather wait until I'm ready to
open the report in VB.
Right now I am having to use unbound field boxes and also have to
use the .SetUnboundFieldSource method on each box after assigning
the ADO recordset to the report. A royal pain in the butt!
Any suggestions are appreciated!
Z