Subreports (1 Viewer)

jonp

Registered User.
Local time
Today, 13:06
Joined
Sep 27, 2000
Messages
42
I have two queries that generate data from one table. One query sums a field based on a date range entered in the DATE OF RECEIPT field. The second query sums another field based again on a date range entered in a field called CHARGE OFF DATE.

Here's the deal...I need a report with a subreport, but the queries do not contain fields that can be linked by MASTER and CHILDS. I have tried setting this linkage to none but this setting causes the system to go in loops asking for the date range over and over. What am I doing wrong?

Thanks in advance!!!
 

llkhoutx

Registered User.
Local time
Today, 07:06
Joined
Feb 26, 2001
Messages
4,018
Create some kind of relationship and link on it.
 

jonp

Registered User.
Local time
Today, 13:06
Joined
Sep 27, 2000
Messages
42
The only relationship I can build off of is the date. But the dates are WHERE criteria in the query.

Any suggestions?

 

Users who are viewing this thread

Top Bottom