C
cris
I have a table that contains the following relevant
fields:
Number of good complete rolls
Number of labels on a roll
number of partial rolls
number of labels on a partial roll
Total labels
Total labels =
(number of good complete rolls * numberof labels on a
roll) + (number of partial rolls * number of labels on a
partial roll)
I put the total labels field on the form and put in the
calculated expression and the field updates on the form
but not in the table. How do I get the calculated data
into the table.
I know this isn't the best design but the user
requirements insist that this h appens.
Thx
fields:
Number of good complete rolls
Number of labels on a roll
number of partial rolls
number of labels on a partial roll
Total labels
Total labels =
(number of good complete rolls * numberof labels on a
roll) + (number of partial rolls * number of labels on a
partial roll)
I put the total labels field on the form and put in the
calculated expression and the field updates on the form
but not in the table. How do I get the calculated data
into the table.
I know this isn't the best design but the user
requirements insist that this h appens.
Thx