Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSAccess - Weird things happening when outputting in SnapShot format

Status
Not open for further replies.

mmedaram

Programmer
Apr 2, 2003
1
US
I have an Access Report which is output in two formats, snapshot and word. And they don't match with one another even though they are output at the same time from the same report. This problem is not seen all the time, i.e, it happens few times only and I have checked the table that report is attached to it looks just fine.

the report looks something like this:
1st page
Header:
Record1
Record2

2nd page
Record3
Record4
Record5

3rd page
Record6
Record7
Record8 etc..

when the same report is output in the snapshot format it looks something like this:

1st page
Header:
Record1
Record2

2nd page
Record1
Record2
Record3

3rd page
Record4
Record5
Record6etc..

This has never happened before and the report is same and am outputting it in the snapshot and RTF format at the same time.
Did anyone have ever seen something like this.
Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top