I am doing some programming for hospitals and the report I am working on needs to include each specialty and then the number of surgeries that were done within that specialty by month. It needs to look something like:
Cardio
January 3
February 8
.
.
.
Vascular
January 7
.
.
.
Everything works and displays correctly except that the report won't let me go beyond the 22" mark. I played around with using a bound report and it displays the correct number of times, but it just repeats the same information for each specialty. The specialties are located in a table (unique IDs and desc)and the case information is located in another table(with a listing of the unique specialty ID). Is there a way to make the report longer or does anyone know how I can get the bound report to show the correct data for each specialty? Thanks in advance.
Cardio
January 3
February 8
.
.
.
Vascular
January 7
.
.
.
Everything works and displays correctly except that the report won't let me go beyond the 22" mark. I played around with using a bound report and it displays the correct number of times, but it just repeats the same information for each specialty. The specialties are located in a table (unique IDs and desc)and the case information is located in another table(with a listing of the unique specialty ID). Is there a way to make the report longer or does anyone know how I can get the bound report to show the correct data for each specialty? Thanks in advance.