From: mattdirk on
This is my first post. I have a report where we are displaying
results of a query (how many activities reps have done). A version
that I am trying to create is one where only the final count shows and
not all of the different activities. The first thing I tried was to
set all of the fields that show the results to invisible. They no
longer show but the space is still taken up by the items. So I tried
to shrink the text boxes so that they would still take up space but it
would be negligable. I added code in the on load event for this and
it doesn't error out, but the field size doesn't change either
(Activitydescription.Height = 100). Any ideas or help would be much
appreciated. Matt
From: Duane Hookom on
You can hide sections of your report. This can be managed by code during run
time.
--
Duane Hookom
Microsoft Access MVP


"mattdirk(a)gmail.com" wrote:

> This is my first post. I have a report where we are displaying
> results of a query (how many activities reps have done). A version
> that I am trying to create is one where only the final count shows and
> not all of the different activities. The first thing I tried was to
> set all of the fields that show the results to invisible. They no
> longer show but the space is still taken up by the items. So I tried
> to shrink the text boxes so that they would still take up space but it
> would be negligable. I added code in the on load event for this and
> it doesn't error out, but the field size doesn't change either
> (Activitydescription.Height = 100). Any ideas or help would be much
> appreciated. Matt
>
 | 
Pages: 1
Prev: gorup on the same page
Next: Graphs HELP!