Monthly/Annually Fields update based on eachother's value
Hello!
I am trying to make it so Monthly/Annually both update based on the value that is entered or updated.
Is it possible to get each of these 2 fields to update once either is filled in or when the value of either is changed?
It seems i can get one field to calculate based on the other but not vice versa .

event.value = Number(this.getField("txt_Annually").value) / 12; in Monthly field
event.value = Number(this.getField("txt_Monthly").value) * 12; in Annually field
I currently have these 2 calculations in each respective field. At the moment it doesnt allow you to alter the value inside the Monthly field.
Any advice would be greatly appreciated!
