Hi,
I was wondering if this can be accomplished. Lets say I have a page that asks a user for 3 pieces of information.
- Start Date
- End Date
- Product
After the user clicks submit, it will redirect the user to a page which lists all the products that were sold between the Start and End Date.
I have a table view that has all the that I want to show, but this time only between the selected dates.
Thanks in advance,
Evan