To prevent users from sorting rows in a Subform, place this empty function nuSortSubform() in your form's Custom Code field. This will override the default sorting function.
function nuSortSubform(s, c, e){
}
To prevent users from sorting rows in a Subform, place this empty function nuSortSubform() in your form's Custom Code field. This will override the default sorting function.
function nuSortSubform(s, c, e){
}