code:
 $INDEX=0

if ingroup ("Accounting Security")
$INDEX=$INDEX+1
endif

if ingroup ("Compliance Security")
$INDEX=$INDEX+1
if $index > 1
goto multigrp
endif
endif

if ingroup ("Customer Service Security")
$INDEX=$INDEX+1
if $index > 1
goto multigrp
endif
endif

if ingroup ("IT Security")
$INDEX=$INDEX+1
if $index > 1
goto multigrp
endif
endif


if ingroup ("Maintenance Security")
$INDEX=$INDEX+1
if $index > 1
goto multigrp
endif
endif


if ingroup ("Recruiting Security")
$INDEX=$INDEX+1
if $index > 1
goto multigrp
endif
endif

if ingroup ("Safety Security")
$INDEX=$INDEX+1
if $index > 1
goto multigrp
endif
endif

if ingroup ("Human Resources Security")
$INDEX=$INDEX+1
if $index > 1
goto multigrp
endif
endif

if ingroup ("Risk Management Security")
$INDEX=$INDEX+1
if $index > 1
goto multigrp
endif
endif

Ugly but it works... any thoughts on making it better?
_________________________
Austin Henderson