gorfan
IS-IT--Management
- Feb 13, 2004
- 9
I am quite new in using crystal reports.
My question is how can I pass data from a variable from vb net
to the database sql query in the report.
the query is like this:
SELECT ...... WHERE `stats`.`MoYe`='2004'
instead of 2004 I want to use my var.
I was able to pass the var as a parameter in the report but
not in the query.
My question is how can I pass data from a variable from vb net
to the database sql query in the report.
the query is like this:
SELECT ...... WHERE `stats`.`MoYe`='2004'
instead of 2004 I want to use my var.
I was able to pass the var as a parameter in the report but
not in the query.