Adam Caramon
Registered User
- Local time
- Today, 18:48
- Joined
- Jan 23, 2008
- Messages
- 822
Hi all,
I'm trying to find how to programatically move to the next detail record on a report.
Pseudocode:
Open two recordsets (Old record, Current record)
Compare old to new, if changes, mark up current report record.
Move to next detail section
Loop
But I can't seem to force the report to move to the next detail section, which results in the report always showing only one record.
Thanks in advance,
-Adam.
I'm trying to find how to programatically move to the next detail record on a report.
Pseudocode:
Open two recordsets (Old record, Current record)
Compare old to new, if changes, mark up current report record.
Move to next detail section
Loop
But I can't seem to force the report to move to the next detail section, which results in the report always showing only one record.
Thanks in advance,
-Adam.