How to pass SQL query with where and groupby clause ?
I'm trying to pass SQL query to report through
Report1.SQLQuery property.
Report1.SelectionFormula property is not flexible enough
So How can overcome this problem of showing desired records
in the Report.
Also give me the tips of passing two dates and fetching records between that dates.
I'm trying to pass SQL query to report through
Report1.SQLQuery property.
Report1.SelectionFormula property is not flexible enough
So How can overcome this problem of showing desired records
in the Report.
Also give me the tips of passing two dates and fetching records between that dates.