Enable field not working when changing records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have setup a form with 4 tab controls. On the first page there is a radio
button for contact type. There are a couple fields on separate tabs that are
not needed if the contact type is client vs. student. So I setup the enable
option on the radio button to set the specific field to enable = false if the
client button is seleted (field.value = 1). This all works great if I am
just entering data. As I select the contact types, other fields gray. But,
if I scroll through all my record it is not setting the enable on the fields.
It is leaving these fields open for input. I have tried adding the same
code to OnCurrent but it still does not work. I have also tried putting the
code on the whole radio button field instead of each button but that also did
not work. Does anybody have any suggestions????
 
Please:
- separate your posting into paragraphs which make your posting more
organized and readable
- post your code
 
Back
Top