Hi,
I have a MS Access form that is populated from a query executing from the results of another form. What I wish to do is if there are no records returned in the query then the form should not show and I would like to show an error message instead.
What I am thinking is to have a check in the Form load procedure to determine this, but I do not know how to check how many records there are in the query ... can any one help please ?
Thanks in advance !
I have a MS Access form that is populated from a query executing from the results of another form. What I wish to do is if there are no records returned in the query then the form should not show and I would like to show an error message instead.
What I am thinking is to have a check in the Form load procedure to determine this, but I do not know how to check how many records there are in the query ... can any one help please ?
Thanks in advance !
Comment