T
TRob
I have read Sharon's previous question and responses for
question of the same subject and have attempted the
suggestions. However, I'm still having a similar
problem.
I am attempting to multiply three fields, the fourth field
will be the result. All four fields are formatted
numeric. The formula in the fourth field is
=([Width]*[Height]*[Length])
I have also tried:
=[Width]*[Height]*[Length]
and, per John Vinson's suggestion on this site:
=Val([Width]) * Val([Height]) * Val([Length])
Nothing works. The same value is returned each
time....3,973,920.00. The correct value should be 4896.
The strange thing is, the W*H*L formula works in a regular
query. It does not work on a form, nor on a report.
Any other suggestions?
question of the same subject and have attempted the
suggestions. However, I'm still having a similar
problem.
I am attempting to multiply three fields, the fourth field
will be the result. All four fields are formatted
numeric. The formula in the fourth field is
=([Width]*[Height]*[Length])
I have also tried:
=[Width]*[Height]*[Length]
and, per John Vinson's suggestion on this site:
=Val([Width]) * Val([Height]) * Val([Length])
Nothing works. The same value is returned each
time....3,973,920.00. The correct value should be 4896.
The strange thing is, the W*H*L formula works in a regular
query. It does not work on a form, nor on a report.
Any other suggestions?