Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
In my Table i have 4 fileds Mark1,Mark2,Mark3,TotalIn add/edit page i want to total Mark1+Mark2+Mark3 and display the result in Total FieldPls Help
Hi,use Before record added/updated events on the Events tab for this purpose.Here is a sample code:
dict("Total") = dict("Mark1")+dict("Mark2")+dict("Mark3")