Thanks for the little lesson.
I will try and see what happens - THAT I can do!
I am wondering about your comment on "marked uncompiled whenever you
Compact the database". Whenever I make a new .mde there is an
auto-compact.
Should I run all reports before releasing to the user whenever I make a
new .mde to "speed it up"?
Is there a way to "compile all" in an .mde?
Or am I mis-understanding what you've said here?
Does the running of a query automatically complile it?
I'm still very new at Access, especially functions and coding, but my
view is that this is the time I form my habits. If I know what is the
best to do, I just start doing it now, while learning, and then it's a
habit rather than a fix I have to apply later. (Of couse I know this
won't be perfect).
That said, I really appreciate this site and the time all you MVPs
devote to our problems. I would say that I find answers via a search
in about 75% of the cases - without my own post!
Sara
Responses inline below

Signature
Marsh
MVP [MS Access]
>Thanks for the little lesson.
>I will try and see what happens - THAT I can do!
[quoted text clipped - 5 lines]
>Should I run all reports before releasing to the user whenever I make a
>new .mde to "speed it up"?
I suppose you could if it were a serious issue, but mostly
it's not worth the trouble. Don't forget the saved queries,
which are usually more complex than an SQL statement in a
report's record source/
My comment was aimed more at interpreting the results of a
performance analysis and the circumstances that can distort
the performance picture you would want to develop.
>Is there a way to "compile all" in an .mde?
Just open the query in datasheet view or anything that runs
that uses the query.
>Or am I mis-understanding what you've said here?
Yes you did misunderstand what I intended to convey, but
that's my fault for not being more explicit. However, what
you are questioning is also an issue, even if it is normally
not noticeable.
>Does the running of a query automatically complile it?
Yes
>I'm still very new at Access, especially functions and coding, but my
>view is that this is the time I form my habits. If I know what is the
>best to do, I just start doing it now, while learning, and then it's a
>habit rather than a fix I have to apply later. (Of couse I know this
>won't be perfect).
Absolutely!
>That said, I really appreciate this site and the time all you MVPs
>devote to our problems. I would say that I find answers via a search
>in about 75% of the cases - without my own post!
The newsgroups are an incredible resource. It's where I
learned a lot of the tricks in Access.
I hope Mike comes back with some ideas about your query so I
can learn even more.
>> Mike may have a specific suggestion, but in general this can
>> be difficult to predict. Queries are optimized based on the
[quoted text clipped - 117 lines]
>> >> > >>>HAVING (((tblFreightBill.FreightBillStatus)="A"))
>> >> > >>>ORDER BY tblFreightBill.POKey;