G
Guest
Can Some one please help me with this;
I want to display records between dates selected by the user;
Fort his I have two Calendars cal1 and cal2 in the form FrmReconall to select date ranges;
In the query criteria I'm using the expression Between [Forms]![FrmReconall]![cal1] And [Forms]![FrmReconall]![cal2]
But the problem is this works fine and displays all records when the range selected is say from 6/1/2004 to 6/9/2004. But when I select the dates from 6/1/2004 to 6/10/2004 it displays only the first and last records. I'm really not able to figure the problem here.
Thanks in advance.
I want to display records between dates selected by the user;
Fort his I have two Calendars cal1 and cal2 in the form FrmReconall to select date ranges;
In the query criteria I'm using the expression Between [Forms]![FrmReconall]![cal1] And [Forms]![FrmReconall]![cal2]
But the problem is this works fine and displays all records when the range selected is say from 6/1/2004 to 6/9/2004. But when I select the dates from 6/1/2004 to 6/10/2004 it displays only the first and last records. I'm really not able to figure the problem here.
Thanks in advance.