G
Gerald Stanley
There is no need to store fieldC on the database. Storing
calculated columns creates an overhead in storage and
maintenance. As you have shown, it is simplicity to
include the calculation in any form and report.
Hope This Helps
Gerald Stanley MCSD
fields map into a table where the field names are
identical. This works without a hitch.
FieldA * FieldB) through the Control Source in Properties
being set to do a calculation.
same time to populate it into FieldC.
calculated columns creates an overhead in storage and
maintenance. As you have shown, it is simplicity to
include the calculation in any form and report.
Hope This Helps
Gerald Stanley MCSD
two numbers, one into FieldA then one into FieldB. The-----Original Message-----
Does anyone know whether or not this is possible without writing code for it.
In a form I have three fields.
FieldA
FieldB
FieldC
Basically it is a multiplication problem. I need to enter
fields map into a table where the field names are
identical. This works without a hitch.
visually display the product of FieldA and FieldB (so,Now back on the form, FieldC is set up, for the moment, to
FieldA * FieldB) through the Control Source in Properties
being set to do a calculation.
display the product visually in view form, but also at theHow can I set up the properties of FieldC, not only to
same time to populate it into FieldC.
am wondering if properties has an options of setting that up.I know this is possible by writing some code to it, but I