S
slickdock
I have a form based on a query. When it opens, if the underlying query has no
records, I have a macro that conditionally uses DCount("*","frmCalendar1")=0
to successfully display the MsgBox "No Matching Records," then closes the
form.
Problem:
I have another form that is filtered by an underlying query PLUS an
additional filter name. How can I test for no matching records?
Thank you.
records, I have a macro that conditionally uses DCount("*","frmCalendar1")=0
to successfully display the MsgBox "No Matching Records," then closes the
form.
Problem:
I have another form that is filtered by an underlying query PLUS an
additional filter name. How can I test for no matching records?
Thank you.