J
john
In the 'On Open' event of a report, I would like to loop
through the records in a query for a report. I'm used to
doing this in forms using,
me.recordsetclone.movefirst (example)
Is there a similar way to do this in a report?
I want to loop through the records so that I can make some
calculations and fill in some textboxes on the report.
Thank you
John
through the records in a query for a report. I'm used to
doing this in forms using,
me.recordsetclone.movefirst (example)
Is there a similar way to do this in a report?
I want to loop through the records so that I can make some
calculations and fill in some textboxes on the report.
Thank you
John