R
Rick Brandt
MM said:Using one table, I want to take the value entered into two text boxes
Field1 and Field2 and calculate the entry to be used for Field3. In
my form I have a Text Box's control source property which works
properly.....
=([Field1]*[Field2])+1
How do I get a caculated value in the form to become data entry for a
field? Perhaps I have this backaward- I should calculate the value in
the table and display it back to the form? But how?
Calculation results are not stored. Put your expression in a query based on
your table and then use the query instead of the table wherever you need
that value.