everything looks right.......

I just did a quick test with the following code, I am running win2000, my primary group is domain admins.

I am also in the MIS, and Domain user group

code:

select
case @primarygroup = "mis"
? "you are in the mis"
case @primarygroup = "domain users"
? "you are a doamin user"
case 1
?"Don't know what to do with @primarygroup...."
endselect

Everything worked like it should (case 1 was selected). Are you running kix 3.62? Are the Primary groups set? Could it have been that you are loggin on to a bdc that still thinks that your primarygroup is different? use the following on a domain controller to force it to sync up "net accounts /sync"

hope any of that helps
Bryce

[This message has been edited by Bryce (edited 12 May 2000).]