C
CLSWL
I have a form that "filters" a report.
It works fine but now I would like to have a message pop up anytime the
criteria entered has no results. Right now I get a report with no data.
How to I capture the amount of records using VB?
I run my report as follows:
DoCmd.OpenReport "repAssyNo", acViewPreview, , strMod & "AND" & strDraw1 &
"AND" & strDraw2, acWindowNormal
It works fine but now I would like to have a message pop up anytime the
criteria entered has no results. Right now I get a report with no data.
How to I capture the amount of records using VB?
I run my report as follows:
DoCmd.OpenReport "repAssyNo", acViewPreview, , strMod & "AND" & strDraw1 &
"AND" & strDraw2, acWindowNormal