I have been in touch with the company I am working for and let me see if I
can explain what they want from this input form. Daily they have numerous
entries that will make up each record in the table. Six of those entries on
that input form are results from calculated fields. For example, one of the
fields is "Return Qty Total", which is the total of all the returns for that
entry. There can be up to 6 returns, and the total of those returns will be
the combined total of the "Return Qty Total" field. I do not need to save
the calculation in the "Return Qty Total" field, but I do need to save the
result of the calculation. This is the same case for the other five fields
that will have calculations in them. There may be 20 different input forms
generated for that day, and the results of all 20 will need to be saved. At
the end of the week they will run a report based on all the data that has
been saved for that week, using all the totals from the forms. Basically,
each form is an individual record, and each record will be used to generate
one report with the combined totals of all the records. Reports will also be
generated monthly, quarterly and yearly using all the totals generated for
each record. So, I do not want to save the data used in the calculations,
but I do want to save the results of the calculations in that record's
"Return Qty" field. Another field is called "Rework Charge", and the results
of the calculation in that field are determined by taking the total of the
"Rework Qty" fields (6), and multiplying that total by $75. Again, I only
want to save the result in the "Rework Charge" field on the table. Reports
will be generated using each of the "Rework Charges" over the given period of
time, so each records total has to be saved in the table for future use.
Hopefully this gives you a better understanding of what I'm trying to
accomplish and not confused you. Thank you in advance for your help.
Owl Lover