A
Angeliki
I have written an SQL pass-through query to be run, but I
would like one of the parameters to be user defined.
For instance, in the following query:
SELECT client.name, client.surname
FROM client
WHERE MONTH(client.dob) = '12'
which is run as a pass-through query in MS Access 2000, I
would like the users to be prompted to input the month
they want.
Can you, please, tell me the correct syntax to do this.
Many thanks in advnace.
would like one of the parameters to be user defined.
For instance, in the following query:
SELECT client.name, client.surname
FROM client
WHERE MONTH(client.dob) = '12'
which is run as a pass-through query in MS Access 2000, I
would like the users to be prompted to input the month
they want.
Can you, please, tell me the correct syntax to do this.
Many thanks in advnace.