Hello!
There is an "external" ready query in Access with name " ZZ1 " with a single SQL line:
SELECT * FROM Tabl1 WHERE TTT=Q;
Q – external parameter.
If I run this query from Access, the system asks me the value Q, and I enter, for example, “A1”, and the query works correctly. Now I want to...