B
bnhcomputing
I have created a simple parameter query. What I would like to do is:
SELECT * FROM QUERY1(param1=2008) and get back the data for year
2008.
SELECT * FROM QUERY1(param1=2007) and get back the data for year
2007.
The problem is, it ASKS for the year, is there a way to actually pass
in the year whithout making a form?
Thanks in advance
SELECT * FROM QUERY1(param1=2008) and get back the data for year
2008.
SELECT * FROM QUERY1(param1=2007) and get back the data for year
2007.
The problem is, it ASKS for the year, is there a way to actually pass
in the year whithout making a form?
Thanks in advance