how to calculate the option button value in text box

D

diegojerrydonna

i have a problem..
i have 2 option button(named "typing" & "calculate") where each of them
valued 1 and 2..
below this option button, i put a textbox..
how do i calculate the sum of that 2 option button in the textbox??
please help...tq
 
F

Franck Dauché

Hi,

If your first field (typing) is called f1 in your schema, and your second f2,

In the textbox, right-click and in Value (default value): put: f1 + f2 (with
the little fx button, "Insert Field or Group...".

Hope that it helps.

Regards,

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top