M
master_chiefzor
Guest
I am creating a report using Access 2000 for work (I work at a hospital) and I am having a problem, so let me explain what I am trying to accomplish.
I am trying to create a report that will show a list of patients whose orders expire between certain dates selected by the user. The patients are organized by doctor. I want each new doctor to start on a new page.
Currently, the report has a group header which displays the heading for the report along with the name of the doctor. Underneath the doctor name are my column headings. These are describing information such as "patient name", "birthdate", "Expiration Date" etc. This section is repeated for each new doctor on the list.
In the details section is where all of the information for the column headings
described above is located. Everything functions exactly as I'd like it to and as I described originally except for one small problem. The column headings don't repeat themselves on the second page if there are enough patients to go on to another page.
I realize that the headings could be on each page if I put them in the page header instead of the group header, but then they would be above the group header and that won't work. I was also thinking that I could put heading for the report in the report header, but then it would only be displayed on the first page, but I really need it to re-display again, once for every doctor.
If anyone knows of a setting I could change that could help me or a segment of code that would help me accomplish my goal, I would be greatly appreciated. If necessary, I could elaborate on it further, or even possibly attach the database as I have constructed it so far. Thanks in advance.
I am trying to create a report that will show a list of patients whose orders expire between certain dates selected by the user. The patients are organized by doctor. I want each new doctor to start on a new page.
Currently, the report has a group header which displays the heading for the report along with the name of the doctor. Underneath the doctor name are my column headings. These are describing information such as "patient name", "birthdate", "Expiration Date" etc. This section is repeated for each new doctor on the list.
In the details section is where all of the information for the column headings
described above is located. Everything functions exactly as I'd like it to and as I described originally except for one small problem. The column headings don't repeat themselves on the second page if there are enough patients to go on to another page.
I realize that the headings could be on each page if I put them in the page header instead of the group header, but then they would be above the group header and that won't work. I was also thinking that I could put heading for the report in the report header, but then it would only be displayed on the first page, but I really need it to re-display again, once for every doctor.
If anyone knows of a setting I could change that could help me or a segment of code that would help me accomplish my goal, I would be greatly appreciated. If necessary, I could elaborate on it further, or even possibly attach the database as I have constructed it so far. Thanks in advance.