OK..

Try this -
code:
IF InGroup("MIS") AND @UserID = "sys-sc"
USE X: "\\POR-NT1\SCANS$$"
ENDIF

If this does not work, try this if you have multiple domains..
code:
IF InGroup("DOMAIN\MIS") AND @UserID = "sys-sc"
USE X: "\\POR-NT1\SCANS$$"
ENDIF

You may have to add some debugging code..

Kent

[ 22. October 2003, 20:48: Message edited by: kdyer ]
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's