mgoliveira
MIS
I have a big table with many products and prices for each of them. The form I am working on summarizes all costs of the products, on a "product family" level (does not list all the products, only totals). Since the prices change every month, I created another table to store only these totals by product family level.
My question is: in my form that shows the summarized costs, I created some unbound fields and I would like the values for these fields to be stored in this other table (only with the totals).
Let me show an example:
Table 1:
Product a - June - 100.00 - Family A
Product b - June - 200.00 - Family A
Product c - June - 250.00 - Family A
Form:
Products from family A
Total Cost: 550.00
Amount to be paid (unbound field, the user enters it) - 500.00 (supposing the user is receiving an invoice charging for the products, and didn't agree with one cost)
HOW DO I STORE THIS AMOUNT TO BE PAID UNBOUND FIELD(500.00) IN ANOTHER TABLE ? The table would be the one below:
Table 2
Product Family A - June - Amount to be paid (500.00)
Thanks
My question is: in my form that shows the summarized costs, I created some unbound fields and I would like the values for these fields to be stored in this other table (only with the totals).
Let me show an example:
Table 1:
Product a - June - 100.00 - Family A
Product b - June - 200.00 - Family A
Product c - June - 250.00 - Family A
Form:
Products from family A
Total Cost: 550.00
Amount to be paid (unbound field, the user enters it) - 500.00 (supposing the user is receiving an invoice charging for the products, and didn't agree with one cost)
HOW DO I STORE THIS AMOUNT TO BE PAID UNBOUND FIELD(500.00) IN ANOTHER TABLE ? The table would be the one below:
Table 2
Product Family A - June - Amount to be paid (500.00)
Thanks