Hello
i am trying to acheive the same results with 2 check boxes. do you not need
a field in your table to do the enable disable toggle with the fields?
i have a table where i want to be able to have a form control disabled by
default but that is enabled when the user checks a check box.
in my form there is a field for a Subtotal, GST, PST and Total. the subtotal
needs to be typed in no matter what, but the GST and PST are dependant on
whether they were charged or not. the total field is where all three,
Subtotal, GST, PST are totaled up.
i want the controls for GST and PST to be disabled until the check box is
checked. because the GST and PST are stored information i have a field in the
table that the form is based on. do i not have to have a yes no field to tell
the form whether the GST or PST controls should be enabled?
further how do i get the check boxes to cause the GST and PST to toggle
thier enable disabled state? there are three solutions here and i dont know
which one is the correct one for my situation.
i need to know where to put the code, and what code to put there. thanks for
any and all help!
