Hello, is there a way to revoke the “requires search criteria” table setting just from a particular user level?
thank you
You may just disable the feature and use the Recordset_Searching server event. For example:if ($filter == “”) { // No search criteria
if (…) // Set requires search criteria based on condition
$filter = “0=101”;
}