I have used search statements like this:
ParNumText = "14323,91723,17391,20981"
varSearchText = "91723"
varSearchText
Filter(SQL_Database, varSearchText In PartNumText)
Filter(SharePoint_Database, varSearchText In PartNumText)
In the figurative example above, the record is returned for the SQLDatabase, and there is no delegation warning.
If the example is for the SharePoint_Database, it returns the same result, but delegation warning.
Is there a way to do this for a sharepoint database, without having a delegation problem??