calculation

hi,

I have four fileds…1 is decimal,2 is option with options +,-,%,3 is decimal and 4 is decimal…

i want the result in this way…

4 th should be the calculated value i.e result

result=field1+option+field3

for example

field4:=3+3

please guide me

Well you can just do it like you wroto:

Field4 := Field1 + Field2 + Field3;

Did this help you? Then please don’t forget to “Verify Solution” the post(s) that solved your problem. This credits the experts who helped, earns you points and marks your thread as Resolved so we all know you have been helped. If not, then please post more information about your problem. Thank you.