Hi,
I need to calculate 2 fields.
Fields exist in database.
I have tried the below:
use Before record added/updated events on the Events tab to calculate values and fill field.
Here is a sample:
QUOTE
dict("FieldName1") = dict("FieldName2")*dict("FieldName3")
I need to add totals on the fly to my add page, edit page etc etc.
What am I doing wrong as I can't get this to work?
eg.
- use Before record added/updated events on the Events tab to calculate values and fill field.
Here is a sample:
dict("Total") = dict("pricepermile")*dict("miles")
Any help is appreciated.
TE