Here is a picture of what I am looking at. I want the text box to read "With parents, and parents to bring all needed supplies" when the check box is checked.
[img]http://i133.photobucket.com/albums/q62/tandknix/RegionCapture3.jpg[/img]
I am new to writing my own code, but here is the code I have written so far. Can someone please tell me what I am doing wrong?
event.value = this.getField ('Intake Questionnaire Home Nursing Services Allowed with Restrictions).value;
if (event.value == 'Allowed, With Restrictions') event.value = 'With parents, and parents to bring all needed supplies';
if (event.value == 'Off') event.value = ' '; //adjust for 'Off' of unchecked value
Please help!
Check box keystroke?
Chcek box mouse up action?
text box calculate?
What are the field names for the;
Check box?
Text field?
I would place the code in the 'Mouse up' action for the check box.
When the check box is selected, the event value for the check box will be something other than 'Off'.
George Kaiser