B
BruceM
I have a database for tracking recommendations. Each recommendation goes
through a four-step procedure (Recommendation, Response, Follow-up, Final
Approval). If each of the sections is fairly short, the report will fit on
one page, but in many cases the report will take two pages. In that case I
would like to have the page break occur between Response and Follow-up or
Follow-up and Final (it will probably never occur between Recommendation and
Response). Another option would be to have the page break, if one is
needed, always fall between Response and Follow-up. How can this be
arranged?
Also, I need to allow for the possibility that at some point (at Response or
at Recommendation) the report will be printed and filled out by hand. As it
stands now the text box in each of those sections is one line high, and can
grow. However, if the report is filled out by hand it will need to start
with enough room to complete the Response or Recommendation. I had thought
that one way to do this may be to set the text box in each of those sections
to something like 1.5", and its Can Shrink property to No. Then,
programatically, I could change the Can Shrink property to Yes. However, I
can't figure out how to set Can Shrink programatically. Also, if I could
set it, I would need to set it back when going to the next record. Or maybe
I'm completely off the mark here. I just need to find the best way to
accomplish these two things.
through a four-step procedure (Recommendation, Response, Follow-up, Final
Approval). If each of the sections is fairly short, the report will fit on
one page, but in many cases the report will take two pages. In that case I
would like to have the page break occur between Response and Follow-up or
Follow-up and Final (it will probably never occur between Recommendation and
Response). Another option would be to have the page break, if one is
needed, always fall between Response and Follow-up. How can this be
arranged?
Also, I need to allow for the possibility that at some point (at Response or
at Recommendation) the report will be printed and filled out by hand. As it
stands now the text box in each of those sections is one line high, and can
grow. However, if the report is filled out by hand it will need to start
with enough room to complete the Response or Recommendation. I had thought
that one way to do this may be to set the text box in each of those sections
to something like 1.5", and its Can Shrink property to No. Then,
programatically, I could change the Can Shrink property to Yes. However, I
can't figure out how to set Can Shrink programatically. Also, if I could
set it, I would need to set it back when going to the next record. Or maybe
I'm completely off the mark here. I just need to find the best way to
accomplish these two things.