A
anna
This is what I have so far:
I have a table Materials that holds data from a subform.
The fields are part_number, length, width. When the user inputs a
part_number a cost is found (linked form another table) and that cost
is then used along with the Length and width to find a cost_per_piece.
The cost_per_piece is in the subform as a caluclated field... Not
stored in the Materials table. If it was I could do a DSUM calculation.
Is there anyway to sum values in a form, that are not stored?
If not, how do I write the value to my table so that I can sum?
Thanks
anna
I have a table Materials that holds data from a subform.
The fields are part_number, length, width. When the user inputs a
part_number a cost is found (linked form another table) and that cost
is then used along with the Length and width to find a cost_per_piece.
The cost_per_piece is in the subform as a caluclated field... Not
stored in the Materials table. If it was I could do a DSUM calculation.
Is there anyway to sum values in a form, that are not stored?
If not, how do I write the value to my table so that I can sum?
Thanks
anna