I have an Access 2003 report that displays perfectly when opened from Access. However, when the report is activated from a VB6 app, the last detail line on the report is missing!
The report is grouped on User, and has a detail line for each type of transaction that user processed with the number of transactions. Each group ends with the total number of transactions the user processed, and the report ends with the number of transactions all users processed.
When the report is opened by VB, what I see in the last group is:
[USERID]
[TranType_1] 82
[TranType_2] 43
[User total] 125
[Report Total] 999
What I should see there, (and actually do see if the report is opened in Access), is a line for [TranType_3] with 1 transaction, and the User and Report totals include this transaction, (making them 126 and 1000 respectively).
I originally ran into this problem when we noticed that the VB program's DataEnvironment/Report was dropping the last line from the report. Silly me thought I'd solve the problem by replacing the VB report with an Access report!
Any ideas on why this might be happening?
The report is grouped on User, and has a detail line for each type of transaction that user processed with the number of transactions. Each group ends with the total number of transactions the user processed, and the report ends with the number of transactions all users processed.
When the report is opened by VB, what I see in the last group is:
[USERID]
[TranType_1] 82
[TranType_2] 43
[User total] 125
[Report Total] 999
What I should see there, (and actually do see if the report is opened in Access), is a line for [TranType_3] with 1 transaction, and the User and Report totals include this transaction, (making them 126 and 1000 respectively).
I originally ran into this problem when we noticed that the VB program's DataEnvironment/Report was dropping the last line from the report. Silly me thought I'd solve the problem by replacing the VB report with an Access report!
Any ideas on why this might be happening?