This topic is locked

SORT by strValue in Custom Field

9/1/2011 9:51:39 AM
ASPRunnerPro General questions
V
VORONOY author

I have Custom field LINK (LASTNAME) with
if not rsTemp(0)=0 then

strValue = "EXCLUDED"

else

strValue="VERIFIED"

end if
Is it any way I can SORT LINK field in the list by strValue(EXCLUDED, VERIFIED), but not LASTNAME?
Thank you