我尝试了以下代码:
rs5.Open "select Duration from onduty where User_id='" & rs1!User_id & "' and date=#" & Date & "#", cn, adOpenDynamic, adLockOptimistic
其中rs5
,rs1
被声明为ADODB.Recordset
。
我需要找到执行查询后rs5
为空的位置。
答案 0 :(得分:0)
你有没有尝试过:
If rs5.EOF Then MsgBox "null"