Creating calulated controls

dogman01

Registered User.
Local time
Today, 18:02
Joined
Dec 3, 2008
Messages
47
I have a field in my table called "testcalc" and I want it to be calculated but when I put the calculation in it's control source it's data does not stay because it's lost it's contol source. How do I keep the control source "testcalc" yet build the calculation into it
 
If you want to do calculations the two common ways are either a query or unbound text boxes.

For example, a table might have a field for miles driven and the amount of petrol to fill up. Either a formula in an unbound text box or a calculated field in a query would then display "miles per gallon"
 
Welcome to the site fsshome; glad it helped you out.
 

Users who are viewing this thread

Back
Top Bottom