O
Ortley
My table looks similar to this:
ID Name Appt1 Appt2 Appt3
1 Paul Smith 04-sep-06 31-oct-06 02-dec-06
2 Jim Taylor 09-sep-06 31-oct-06 02-dec-06
3 Mike Jones 04-sep-06 31-oct-06 02-nov-06
My intent is to build a report where appointment dates are sorted
chronologically with the total number of appointments on that day summed to
the right. For example:
04-sep-06 2
09-sep-06 1
31-oct-06 3
02-nov-06 1
03-dec-06 2
Any help would be appreciated. Thanks for your time!
Ortley
ID Name Appt1 Appt2 Appt3
1 Paul Smith 04-sep-06 31-oct-06 02-dec-06
2 Jim Taylor 09-sep-06 31-oct-06 02-dec-06
3 Mike Jones 04-sep-06 31-oct-06 02-nov-06
My intent is to build a report where appointment dates are sorted
chronologically with the total number of appointments on that day summed to
the right. For example:
04-sep-06 2
09-sep-06 1
31-oct-06 3
02-nov-06 1
03-dec-06 2
Any help would be appreciated. Thanks for your time!
Ortley