I have a date column in my table. In the infopath form i used date Picker to select the date and display the result for that particular date.
I want to have two date pickers (from date, to date) so that the user can select a date range. Example (11/03/2004 from first date picker and 11/15/2004 from second date picker) on the same column and display the result between 11/03/2004 and 11/15/2004 when clicking the Run Query button.
Please guide me to do this.
Thanks in advance