"Martin?rautmann" <
t-us...@gmx.net> schreef in bericht
news:slrnjrl29a....@ID-685.user.individual.de...
> A) does it rely on fields which may be empty? Did you tick the options
> to compute on empty fields?
>
> B) is it a calculation field with result text or an autoenter on a
> simple text field? If text field, mark the option to replace field
> contents with new results
>
> C) is the one of the fields a related data? This may cause trouble
> especially if the source is within another file. Data should be within
> the same file, within another table.
>
> D) is the data from a relation? Then calculation may be blocked until
> the record is left.
>
> E) is one of the fields for the calculation still active? Calculation
> will happen only if the field was left.
>
> Just some ideas...
> Martin
Hi Jennifer,
Not quite an answer, but you also might think about restructuring your data.
It seems like are are repeating the same action 17 times for almost the same
information.
And what if within an month or so an other 4 ABorC fields are needed?
Are you then going to make 4 more fields, and 4 more calc fields?
it seems to me that PartsUsed should be a table of its own.
Then the main table should be joined many-to-may to the PartsUsed table.
It is then not only possible to create an occurrence based on ABorC, but the
contents of your fields are directly visible through a portal.
And you can add as many as needed without creating all these fields.
It will need some more work then explained here, I just wanted to make the
point that repetitive work should not be done by the human, but by the
database.
Keep well, Ursus