View Single Post
  #1  
Old September 27th 06, 03:56 AM posted to microsoft.public.outlook.program_vba
Wayne
external usenet poster
 
Posts: 61
Default validation help required

In my form I have a set of radio buttons all bound to the same field,
obviously having different values.

I have scripted checkboxes/text fields related to these radio buttons to
appear (using visibility) if a particular value is set to true. Now what I
want to do is when the radio button value is set to true, and a related
checkbox/text fields visibility is subsequently set to true, I want to
validate it to be either true/false for the checkbox, or make sure the text
field has data in it. So basically make sure the user acts on the new
visible fields.

Is this possible? It's a little complex for my current skills
Ads