Adding Where filter on union query
I've got the following union query for Asset Parent-Child relationships. It works fine, however, I'm trying to filter in the query for specific text, instead of post query. As is (without "Where tblAssets_1.AssetName Like 'RSA SecurID-%'", it retur...