Hello,
If your two tables are using identical structure - why not join them using a database view, and then just use this view for the security provider?
Yeah, that’s the problem. They both have differing structures. In fact, I was just considering adding any missing columns to insure they match. I will see how that works. Thanks for your suggestion!