Have you built relationships between tables which share a key? That should
speed it up a bit, but it certainly shouldn't be taking that long if indexes
are proper. Have a look at Tony Toews performance page to see if there's
something on it that will help:
Performance:
http://www.granite.ab.ca/access/performancefaq.htm

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> All table fields used to set criteria for the queries are indexed (field
> properties-->General tab-->Indexed-->Yes). What else I can do?
[quoted text clipped - 29 lines]
>> >
>> > Ciao
morgan - 15 Jan 2008 10:32 GMT
I've probably found the cause but not the solution yet.
I've 1 sub form that is a kind of summary by category (8 in total). with
boxes that report the total for each one. Deleting this subform, my problem
is solved.
Here below, what I've done for each category.
Query to extract all the related record (used for another sub form
too)-->Query of the previous query that makes the sum of the amount-->Query
that collects the sum of all categories. used as reference for the summary
sub form.
Is there a more efficient way to do it?
FYI, there is only one table that is my bank statement.
Tks in advance
> Have you built relationships between tables which share a key? That should
> speed it up a bit, but it certainly shouldn't be taking that long if indexes
[quoted text clipped - 36 lines]
> >> >
> >> > Ciao