From the Help:
"Fires when the dataset leaves QBE mode, but before the query is executed. You can perform checks on the QBE values, modify QBE values."
I want to force the user to enter at least one criteria in the QBE form. If they don't I want to trap it, but in this event, I don't see any way to test for it.
SQL.Text and SubstitutedSQL are the same no matter if criteria is entered or not.
This should be easy to test, but I'm struggling. Any ideas?
"Fires when the dataset leaves QBE mode, but before the query is executed. You can perform checks on the QBE values, modify QBE values."
I want to force the user to enter at least one criteria in the QBE form. If they don't I want to trap it, but in this event, I don't see any way to test for it.
SQL.Text and SubstitutedSQL are the same no matter if criteria is entered or not.
This should be easy to test, but I'm struggling. Any ideas?