Question How to generate reports for weekdays per date range?

xboxown

New member
Joined
Jan 4, 2015
Messages
1
Programming Experience
5-10
I am writing a program that checks student attendance I want to be able to select multiple students and put them in a group list (ListBox) of students. Then underneath that there are two calendars, one is From and the other is To. In the right side button there will be a generate report button where it displays the name of the student and underneath the name of the student it will display the date range and their attendance. For example, it will be like this:


John William
1/1/2014 Not Present
1/2/2014 Not Present
1/9/2014 Present
1/10/2014 Present
1/22/2014 Not Present
1/23/2014 Present


Where as 1,2,9,10,22,23 are Saturday and Sunday of that month. Then I select the right arrow to display the other student with their attendance and so on.


My question is how do I make the report display the weekdays dates underneath the name of the student for the date range selected by the user? It could be one week, two weeks, three weeks, four weeks or an entire year.
 
Back
Top