tdbeargrrl
Programmer
I have a form full of data that the user fills in.
Once she is done with the data. I have an option group at the bottom. I need two actions to occur when she clicks on of the options. For its default 'click' it fills in a field in the table. The other thing that happes is that another form is opened so she can input some additional information. The only place I could find to make this happen was to use the 'on focus' for the radio button. It works - kinda. The problem is that she has to click the button twice - once for on focus to open the mini-form and once she has filled that out and closed it - she has to click again to turn the button 'on'. Is there anyway to get around that????
This database/form is for a very novice user and having to click twice is apparently too confusing for her.
Once she is done with the data. I have an option group at the bottom. I need two actions to occur when she clicks on of the options. For its default 'click' it fills in a field in the table. The other thing that happes is that another form is opened so she can input some additional information. The only place I could find to make this happen was to use the 'on focus' for the radio button. It works - kinda. The problem is that she has to click the button twice - once for on focus to open the mini-form and once she has filled that out and closed it - she has to click again to turn the button 'on'. Is there anyway to get around that????
This database/form is for a very novice user and having to click twice is apparently too confusing for her.