Y
yaohong.chng
Hi all, I have been pondering about speed issue about reports.
Which would be faster? A delete & append query for new data entered by
the user into a main table on which a report is based on or reports
based on queries from different tables?
The proposed main table would consist of all data otherwise found in
the smaller tables. I've been trying to convince my boss that using
separate tables would be faster but he seems to think otherwise.
He believes that having a large table with calculated values would be
faster than calculating on the fly(which I have been doing so far).
However, since I have different tables, I require either a UNION ALL
query or many subreports...and then using a runningsum txtbox in the
report itself.
Any other suggestions to increase the speed of generating reports?
Which would be faster? A delete & append query for new data entered by
the user into a main table on which a report is based on or reports
based on queries from different tables?
The proposed main table would consist of all data otherwise found in
the smaller tables. I've been trying to convince my boss that using
separate tables would be faster but he seems to think otherwise.
He believes that having a large table with calculated values would be
faster than calculating on the fly(which I have been doing so far).
However, since I have different tables, I require either a UNION ALL
query or many subreports...and then using a runningsum txtbox in the
report itself.
Any other suggestions to increase the speed of generating reports?