OS: xp pro
Office: XP
I want to code following...
If currentgroup = "manager" then
open form name "frmManager"
else
open form name "frmOthers"
end if
I understand there's a function "CurrentUser()" to check current user. However, I couldn't find embedded function checking a user's current group.
I guess I'll have to figure out going around this... If anyone have any ideas, it'll be greatly appreciated.
thanks!
Office: XP
I want to code following...
If currentgroup = "manager" then
open form name "frmManager"
else
open form name "frmOthers"
end if
I understand there's a function "CurrentUser()" to check current user. However, I couldn't find embedded function checking a user's current group.
I guess I'll have to figure out going around this... If anyone have any ideas, it'll be greatly appreciated.
thanks!