A
Amour
Please help
I have a form that has mileage (mileage = miles * rate). I want the user to
enter in the amout of miles than my program uses formula to auto update the
field within the form plus the table.
In the control source I have a bound field called Mileage (this is the name
of a field on the table)
In the default I have =[Forms]![frmTravel]![MilAmt]*0.485
Now when I put =[MilAmt]*0.485 in the control source it works auto on the
form (but that does not update the table). I also have tried this on the
default (still does not work)
What am I doing wrong..
Thank You.
I have a form that has mileage (mileage = miles * rate). I want the user to
enter in the amout of miles than my program uses formula to auto update the
field within the form plus the table.
In the control source I have a bound field called Mileage (this is the name
of a field on the table)
In the default I have =[Forms]![frmTravel]![MilAmt]*0.485
Now when I put =[MilAmt]*0.485 in the control source it works auto on the
form (but that does not update the table). I also have tried this on the
default (still does not work)
What am I doing wrong..
Thank You.