Creating report detail in code!!!
I have an Access report that I'm trying to populate via code. I have a recordset containing information for the detail section. I have already created the textbox controls on the report and looping through my recordset in code I am assigning the fields' values to the controls on the report. Only one record is showing up on the report, however, the last record.
Do I have to dynamically create new controls each time I move to a new record in the recordset and then place them on my report? Then assign the data to the controls? If so, what is the easiest way to do this?
Thanks a mill
Tesita