Filtering Report from Form inside the report
Posted: Mon Jun 07, 2010 1:39 am
I have created a application which will create a new report or edit existing reports, within these reports I have created a Form which I would like the users to use so that they can filter the report to how they want to see it.
I have a Combobox for the Customer so it picks up the Customer name from the Customer datasource
I have a Combobox for the Job Number and it picks up the Job number from the Jobs datasource
I also have two date time pickers for a range of dates that they can choose from
I would like the report to be filtered by the selected index of the combo box or the date values on the DataSales band on the report. I have tried looking at some of the previous forum questions but none of the them seem to work for me.
I cannot seem to change the Script to VB as I get the error message "Keyword is not valid" I think it's because the database I'm using has a column called Date in a couple of the tables which might be causing this issue
Thank you
I have a Combobox for the Customer so it picks up the Customer name from the Customer datasource
I have a Combobox for the Job Number and it picks up the Job number from the Jobs datasource
I also have two date time pickers for a range of dates that they can choose from
I would like the report to be filtered by the selected index of the combo box or the date values on the DataSales band on the report. I have tried looking at some of the previous forum questions but none of the them seem to work for me.
I cannot seem to change the Script to VB as I get the error message "Keyword is not valid" I think it's because the database I'm using has a column called Date in a couple of the tables which might be causing this issue
Thank you