on error resume next
str=trim(temprs.field("hold").value)
此时我怎么才能判断里面是NULL呢,如下面的判断是不行的
if str=NULL then
....
end if