G
Guest
Hello:
I have a form that has a drop-down box containing different quarters. I
want to pass the year into a SQL statement as a field name in the query.
So, for example, when I select the 2Q05 in the drop-down box,
I want the statement to
SELECT TABLE1."2Q05" FROM TABLE1
I hope that was clear enough.
Thank you in advance!
I have a form that has a drop-down box containing different quarters. I
want to pass the year into a SQL statement as a field name in the query.
So, for example, when I select the 2Q05 in the drop-down box,
I want the statement to
SELECT TABLE1."2Q05" FROM TABLE1
I hope that was clear enough.
Thank you in advance!