Hi there, I need your help: I imitated another's database code to run a query to detect X situation while you open a form. If there are results a warning pops up.
So I made it a bit more complex, I've built
three queries that detect three different situations on my database, all good so far. They work.
Now I need to developt the
On Open Event Procedure so that the three queries run independently, and, if results for any of them, the pop up messages appear.
What I accomplished works ONLY if there are results for ALL OF THE QUERIES. But if there are no results for the first one, the other queries are not checked.
I hope I'm clear, I need to make the "on open" code independent for every query.
I hope I was clear
Thanks!
