forms- how can I replace a record field with a calculated field?

D

DMC

I need to replace a field in a database with a calculated variable field on a
form. Any suggestions?
 
R

RuralGuy

I need to replace a field in a database with a calculated variable field on a
form. Any suggestions?

Keeping in mind that it is almost always a bad idea to store
calculated values in tables, what causes the calculation to be ready
for storage?
 
Top