M
Marco
Hello.
I need to check before print my report that the result of a query is zero
records.
Something like:
if qry1.recordset.count = 0 then
msgbox "there's nothing to show"
end if
Is it possible?
Regards,
Marco
I need to check before print my report that the result of a query is zero
records.
Something like:
if qry1.recordset.count = 0 then
msgbox "there's nothing to show"
end if
Is it possible?
Regards,
Marco