Avatar

Level 7

Yes, but setting "Initial Count" to 0      //which clears the Min

does not change the [1..5] to [0..5]

it remains [1..5]

The subform does not have any instances until script is fired--yet [1..5]

Not existing must not be the same as 0 instances

( Exists(MySubform) === MySubform.count ) = false?

(0 === 0) = false?

I haven't tested