G
Guest
I have currently designed a form, which runs multiple
queries (about 10). Each query returns data that needs to
be corrected seperately. However some queries, have no
search results. In these cases, I am trying to create a
message box, that will pop up saying "No Data matches
Criteria!". However, I am having difficulty figuring out
how to do that. I would like to make it, so that if the
number of records returned in a query is zero, then the
message box pops up. Is there a way to do this?> I've
created the message box, but I do not know how to
implement it into the query.
queries (about 10). Each query returns data that needs to
be corrected seperately. However some queries, have no
search results. In these cases, I am trying to create a
message box, that will pop up saying "No Data matches
Criteria!". However, I am having difficulty figuring out
how to do that. I would like to make it, so that if the
number of records returned in a query is zero, then the
message box pops up. Is there a way to do this?> I've
created the message box, but I do not know how to
implement it into the query.