Need help with syntax

  • Thread starter Thread starter Guest
  • Start date Start date
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!
 
Back
Top