Hi,
I am trying to build a form that I can use to filter date parameters. What I have in mind is a form that has three date fields, [purchase date], [receive date] [ship date]. The parameters will be used independently but I want them on one form so the user can select whichever one they are filtering the date for. Say if I want to find all the purchased products for a specific month in a specific year, I enter something like mm-yyyy(10-2009) and it pulls all the products purchased the month of October 2009 in a report form. And if I want to filter the products that were shipped that month, I enter the date criteria for that month and pull the report. I have a query parameter that works fine, but I want to use a form so that the user has options to chose the criteria they want to print the report for. Does anyone have an idea how i can go about doing this?
Thanks in advance for your help.
I am trying to build a form that I can use to filter date parameters. What I have in mind is a form that has three date fields, [purchase date], [receive date] [ship date]. The parameters will be used independently but I want them on one form so the user can select whichever one they are filtering the date for. Say if I want to find all the purchased products for a specific month in a specific year, I enter something like mm-yyyy(10-2009) and it pulls all the products purchased the month of October 2009 in a report form. And if I want to filter the products that were shipped that month, I enter the date criteria for that month and pull the report. I have a query parameter that works fine, but I want to use a form so that the user has options to chose the criteria they want to print the report for. Does anyone have an idea how i can go about doing this?
Thanks in advance for your help.