Below is my current code:
SELECT SSOM.sa, SSOM.kps, SSOM.le
FROM SSOM
WHERE SSOM.sa=1419116
However i want to make it so whenever you run the query you get a popup box asking you what where criteria you want?
Below is my current code:
SELECT SSOM.sa, SSOM.kps, SSOM.le
FROM SSOM
WHERE SSOM.sa=1419116
However i want to make it so whenever you run the query you get a popup box asking you what where criteria you want?
SELECT SSOM.sa, SSOM.kps, SSOM.le
FROM SSOM
WHERE SSOM.sa=[MyValue]