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...
Read more
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...
Read more