- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You can try to put a script on the Exit event of the 1st field.
Then you validate if the field is not empty, and use the property Access to set the behavior of the other fields.
Example:
field.access = "open";
subform.access = "open";
Views
Replies
0 Likes
Total Likes