T
Tom
I have a form based on a query.
While the form loading I want to check if there`re any results.
If no results, msgbox say "No Data found"
I think that sql statment will do the job, but i find hard to wrap it up
into a sub.
"SELECT DISTINCTROW Chartqry.Price, Count(*) AS [Count Of Chartqry] FROM
Chartqry GROUP BY Chartqry.Price;"
Thanks,
Tom
While the form loading I want to check if there`re any results.
If no results, msgbox say "No Data found"
I think that sql statment will do the job, but i find hard to wrap it up
into a sub.
"SELECT DISTINCTROW Chartqry.Price, Count(*) AS [Count Of Chartqry] FROM
Chartqry GROUP BY Chartqry.Price;"
Thanks,
Tom