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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top