G
Guest
IF TblAgentNames.SecurityLvl > 1
WHERE TblAgentNames.WindowsSignOn = FctWindowsName
THEN do something
FctWindowsName returns the windows log on name. I want to compare the
security level of the logged on user and then take some action. Any help will
be appreciatted! Cheers!
WHERE TblAgentNames.WindowsSignOn = FctWindowsName
THEN do something
FctWindowsName returns the windows log on name. I want to compare the
security level of the logged on user and then take some action. Any help will
be appreciatted! Cheers!