R
Raas
I need to create a report where some of my fields can be populated from a
recordset opened in code. I have no problem opening the recordset, reading
the records, etc., until I need to move the data from a recordset field to
the report.
A simple example (I hope): I have opened the recordset.
The unbound field on the report is: rptStudentId
The field in the recordset is: StudentID
I just need to move the StudentID to rptStudentID at various times and in
various sections (including the detail section) in the report.
I realize what you have here isn't the complexity of the report, but help in
getting the right code to move the data for printing will help me go on with
the rest of the report!
I need to be able to do this sort of populating in the Report Header, the
Student ID Header, the Class Header, the Submissions Header, the Detail
Section, and the Student ID Footer.
Basically, the entire report is going to be written from code. No, I'm not
a student and this is not an assignment, and yes, it needs to be done this
way rather than from bound records.
Thanks all!
Thanks!
recordset opened in code. I have no problem opening the recordset, reading
the records, etc., until I need to move the data from a recordset field to
the report.
A simple example (I hope): I have opened the recordset.
The unbound field on the report is: rptStudentId
The field in the recordset is: StudentID
I just need to move the StudentID to rptStudentID at various times and in
various sections (including the detail section) in the report.
I realize what you have here isn't the complexity of the report, but help in
getting the right code to move the data for printing will help me go on with
the rest of the report!
I need to be able to do this sort of populating in the Report Header, the
Student ID Header, the Class Header, the Submissions Header, the Detail
Section, and the Student ID Footer.
Basically, the entire report is going to be written from code. No, I'm not
a student and this is not an assignment, and yes, it needs to be done this
way rather than from bound records.
Thanks all!
Thanks!