Re: How to create Flexible Access report
- From: "RBear3" <rbear3@xxxxxxxxxx>
- Date: Mon, 21 May 2007 10:16:48 -0500
I thought I did suggest setting it to grow in my response.
Yes, all the controls below would move down.
Yes, you can set items to shrink if there is no data in them (or set them to
one pixel high and set them to GROW).
--
Hope that helps!
RBear3
..
"icccapital" <icccapital@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DC28B478-B61F-446E-B9AD-4563C96500AF@xxxxxxxxxxxxxxxx
Both of those are very good suggestions RBear and Carl. If I were to
combine
these two responses and create a textbox like Rbear suggests and just make
it
very small, but can grow like Carl suggests, would that logically move all
the other controls downward to fit itself? Is it possible to do this with
expresssions as well? For example I have some fields that should only
show
up if certain characteristics are true, ie one number is greater than
another
or it is greater than 0. Something like that, so it is a tier where the
first would definitely show up on the page, but 2-5 might not depending on
the criteria. Could I put the expression in &(expr)& and have it
sometimes
show and expand? Thanks again.
"RBear3" wrote:
One way if to build your address in one textbox and include carriage
returns. You can set the text box's CAN GROW to true. It will then
expand
to fit the data. In the textbox, you'd have something like...
=[FirstName] & " " & [LastName] & chr(13) & chr(10) & [Address1] &
chr(13) &
chr(10) & ([Address2] + chr(13) + chr(10)) & [City] & ", " & [State] & "
" &
[ZIP]
The "+" combined with the Address2 line will cause the carriage return to
be
included only if there is something in Address2.
--
Hope that helps!
RBear3
..
"icccapital" <icccapital@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9E12ED01-36BA-4284-B401-FD30C678E58C@xxxxxxxxxxxxxxxx
I have two areas on my report where it would be nice if it were
flexible.
One is if there is a second address or not. So if a customer does have
a
second address (ie suite, etc) I would want that to show up under the
first
address portion, but if they don't I would prefer not to have a big
space
so
that area should compress and compress the whole report. The other
portion
of the report is along the same lines, but would involve about 5 lines
that
would show up or not show up. I am capable with vba, but haven't done
much
in access. Any suggestions or direction you can give is helpful, thank
you.
.
- Follow-Ups:
- Re: How to create Flexible Access report
- From: icccapital
- Re: How to create Flexible Access report
- References:
- Re: How to create Flexible Access report
- From: RBear3
- Re: How to create Flexible Access report
- Prev by Date: Re: How to create Flexible Access report
- Next by Date: Re: Can't Add Command Buttons To Report
- Previous by thread: Re: How to create Flexible Access report
- Next by thread: Re: How to create Flexible Access report
- Index(es):
Relevant Pages
|