HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 22 February 2001 : 07:17:01
|
I posted a fix for this behaviour, basically you need to change the
if not(Instr("," & tmpStrUserList & "," , "," & rsMember("MEMBER_ID") & ",") > 0)
to this
if not(Instr("," & tmpStrUserList & "," , "," & rsMember("MEMBER_ID") & ",",1) > 0) then
|
 |
|