Thanks Marshall,
I had a feeling it was something to do with the succession of events but
didnt realise how it worked exactly. I also didnt understand what you mean by:
'If possible, it might be better to precalculate the core values in the
form's record source query'
However by following your suggestion and using the expression builder i was
able to get the effect i wanted. But im still curious about precalulating the
values on the forms records, as the value was a sum how would i do this in a
query without producing an additional field for each row and how would i be
able to pick out the exact field that i wanted from this, or am i getting
hold of this from completely the wrong end?
Anyway thank you again,
Amit
Marshall Barton - 03 Mar 2005 19:09 GMT
>I had a feeling it was something to do with the succession of events but
>didnt realise how it worked exactly. I also didnt understand what you mean by:
[quoted text clipped - 8 lines]
>able to pick out the exact field that i wanted from this, or am i getting
>hold of this from completely the wrong end?
You can do an awful lot of stuff in queries, including
joining a totals query to your form's current table/query.
Sometimes, this can be used to simplify complex calculations
in your form.
In this case, it doesn't sound like it would provide much
benefit, but, not knowing everything about your form, I
can't be sure. Just keep it in mind as another tool that's
available if you run into a tricky situation.

Signature
Marsh
MVP [MS Access]