I have a union query between two queries. The current SQL is:
SELECT * FROM 2018Query
UNION ALL SELECT * FROM 2019Query;
I'd like to add a parameter search. I had one previously on a non-union query that worked perfectly, but this was in design view and idk how to add this to SQL View. In the criteria cell in the non-union query, I had:
Like "*" & [Search text] & "*"