Hello Experts,
I have an application wherein I am generating a report with the help of criteria specified through 4 Combo boxes on a form. These Combo boxes pick up data via a data selection query from the fields of a Table. The problem is that when for one of the combo boxes I do not specify a value the report comes up blank (as one or more of the AND conditions specified in the the SQL statement of the query underlying the report are not satisfied). I want to change this, such that when i do not specify any value in the combo box, it should consider this as a wildcard "*" and select all the records for the report.
I have an application wherein I am generating a report with the help of criteria specified through 4 Combo boxes on a form. These Combo boxes pick up data via a data selection query from the fields of a Table. The problem is that when for one of the combo boxes I do not specify a value the report comes up blank (as one or more of the AND conditions specified in the the SQL statement of the query underlying the report are not satisfied). I want to change this, such that when i do not specify any value in the combo box, it should consider this as a wildcard "*" and select all the records for the report.