那我就这样写你觉得怎么样。我直接写个思路,你帮我看一下可以不?呵呵,谢谢咯
查询last_time Last_time=rs("last_time")出来用 Time=now()求时间距:
d=Cint(Time-last_time)
if d(d,20) then
Call Del(id) '调用删除函数
end if
'判断时间间距函数
Funciont d(d,Maxd)
dim flag:flag=true
if d>Maxd then
flag=true
else
flag=false
end if
d=flag
end Function
'删除函数
sub Del(id)
'函数体略
end sub