G
Guest
I am setting up a report to show repaired items grouped by part number and
orderd by repair date. In the detail section, I have several fields (ie.
serial#, part name, etc.) One of the fields is the resolution field. This
field can shrink and grow based on the detail my techs decide to put into it
on what they did to fix the problem. The problem I am having with my report
is ... I can usually fit 4-5 entries per page with the layout I have.
However, when a resolution has to grow, it will cause some entries to get cut
off on the bottom of the page and be half on one page /half on the other. Is
there a way in VBA, or a property I can set to manipulate the format of the
report in such way as to check if a detail section will get cut off? Then, if
true, insert a page break prior to that detail section so it keeps each issue
complete on a page? Thank you in advance for all your help!
orderd by repair date. In the detail section, I have several fields (ie.
serial#, part name, etc.) One of the fields is the resolution field. This
field can shrink and grow based on the detail my techs decide to put into it
on what they did to fix the problem. The problem I am having with my report
is ... I can usually fit 4-5 entries per page with the layout I have.
However, when a resolution has to grow, it will cause some entries to get cut
off on the bottom of the page and be half on one page /half on the other. Is
there a way in VBA, or a property I can set to manipulate the format of the
report in such way as to check if a detail section will get cut off? Then, if
true, insert a page break prior to that detail section so it keeps each issue
complete on a page? Thank you in advance for all your help!