Avatar

Level 10

Hi,

'myChoices' was the name of the subform in my example. If your objects have different names, then the sample script will not work. Just change 'myChoices' to your subform name, 'MediaBoxes'. So:

if (Sum(MediaBoxes.mediaBox[*]) ge 2) then

...

Niall