I have a report which uses tables already open prior to the report. This is necessary because the report prints in a while loop for other reasons which is not the problem. The report is built on two tables which are related. Most of the fields come from the child table, but the determination of what records will print are based on the parent table. I allow users to preview this report prior to printing. The preview is fine; however, the printed version bases what records will print on the child table even though the command remains the same. The report call is as follows:
report form myreport while parent.field#0
What would cause this?
report form myreport while parent.field#0
What would cause this?