>I'd like to insert a derived field into this situation
>
[quoted text clipped - 20 lines]
>
>Thanks!
It wasn't necessary to post your question four times - maybe the newsreader
you're using wasn't showing that you had already done so.
The derived field should certainly NOT be stored in either the parent or the
child table; it should instead by calculated dynamically as needed, using a
Totals query. It's not clear to me how the calculation should be done - if you
have multiple inspection records, do you want the SUM of the number out of
tolerance divided by the shipment size? What if the same items were out of
tolerance on several dimensions? They'd be double-counted if you sum. If 6% of
the shipment is out of tolerance on part A, and 6% is out of tolerance on part
B, and 11% is out of tolerance on part C, what is the desired result - 23%?
That may well be inaccurate, if in fact 6% of the shipment is messed up on all
three dimensions; it might just be 11%. It does not appear that your tables
contain the information needed to resolve this ambiguity!
John W. Vinson [MVP]