Hi,
I have a report which uses a query [Q_rap_reports] to generate the records. The query base is a table called [tbl_records]. In the table are 10 fields registering the whishes of the client called [whish1] through [whish9] that all use the same query to find te corresponding item [Q_whishes].
I started with 2 fields to link to the same query (added the query 2 times to generate the report query). This worked fine allthough a little slow.
Now i tried 10 fields to link to 10 (relationships) copies of the same query [Q_whishes] and the report became extremely slow.
How can i prevent this slow working report ?
Any suggestions ?
Regards,
Pierkes
I have a report which uses a query [Q_rap_reports] to generate the records. The query base is a table called [tbl_records]. In the table are 10 fields registering the whishes of the client called [whish1] through [whish9] that all use the same query to find te corresponding item [Q_whishes].
I started with 2 fields to link to the same query (added the query 2 times to generate the report query). This worked fine allthough a little slow.
Now i tried 10 fields to link to 10 (relationships) copies of the same query [Q_whishes] and the report became extremely slow.
How can i prevent this slow working report ?
Any suggestions ?
Regards,
Pierkes
Comment