Link to home
Start Free TrialLog in
Avatar of Starquest321
Starquest321

asked on

QUick fix

For the following syntax I would like to add the condition CURRENTUSERID . . .
"FIND_IN_SET('" . CurrentUserID() . "', sharegrp) OR sharegrpall = 'office' "

Is this the right syntax?


"FIND_IN_SET('" . CurrentUserID() . "', sharegrp) OR sharegrpall = 'office' " OR currentuserID()
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Starquest321
Starquest321

ASKER

I've requested that this question be deleted for the following reason:

Found solution