I am trying to build a form that will allow the user to alter the criteria of a query and then print a corresponding report.
I have two text boxes on the form with the following criteria in one QBE panel - Between [Forms].[frmActivity].[start date] And [Forms].[frmActivity].[end date]
This allows the user to specify the dates for the report.
I then tried to add a list box to the form and used the following critieria on the query -Like [Forms].[frmActivity].[processor list]
Here's the problem. It works if the Multi Select is set to none but that only allows me to choose one processor. If I set the Multi Select to extended, my report comes back blank.
Any suggestions
I have two text boxes on the form with the following criteria in one QBE panel - Between [Forms].[frmActivity].[start date] And [Forms].[frmActivity].[end date]
This allows the user to specify the dates for the report.
I then tried to add a list box to the form and used the following critieria on the query -Like [Forms].[frmActivity].[processor list]
Here's the problem. It works if the Multi Select is set to none but that only allows me to choose one processor. If I set the Multi Select to extended, my report comes back blank.
Any suggestions