In my table I have a date field named WorkDate(which stores every working date the employee work for the day). I need a date range parameter where the start date and end date may be the Future Date. So how to pass that parameter?
I want to store the input date range values(start date , end date) in two variables and then want to compare with the table date field(WorkDate).
Please help me.