Question
Mutual filling the fields by calculating
I have two text fields: A and B.
A is the coefficient of working time and B is the weekly working time in hours.
A = B / 40 and B = A * 40.
I want to fill one of the text fields A or B and still get a result B or A.
How to do it?
