I am relatively new to Crystal Reports, I have created the report which is all working fine put I want to added to parameters. The first is Customer where the user selects or Customer they want to run the report on, which is working fine.
The second is Delivery date which is what I am stuck on. I want to create a report parameter so that when the user selects the delivery date that it shows all results from the selected date to the current date.
For example:
User selects 01/01/2014 for Customer X : the query should return all deliveries from 01/01/2014 to the current date for customer X.
Can anyone help?
Thanks in advance