J
|
Jane 8/11/2006 |
Hi, if Request("not" & CStr(i))<>"" then sRet = " not (" & sRet & ") "
if Request("not" & CStr(i))<>"" then sRet = "( not (" & sRet & ") " & " or " & AddWrappers(Request("FieldName")(i)) & " is null)" |
R
|
Rhoffman author 8/11/2006 |
Works perfectly, Thanks Jane. |