(Msg. 1) Posted: Tue Sep 02, 2008 8:21 pm
Post subject: removing blank spaces from checkboxes and combo boxes Archived from groups: microsoft>public>access>reports (more info?)
I have a form that hides checkboxes and combo boxes if they have no value,
and this is creating large areas of blank space on my reports. How can I
remove this blank space? I've canshrink property applies to text boxes, but
I don't see a way to apply it to other controls. Any ideas?
(Msg. 2) Posted: Tue Sep 02, 2008 8:21 pm
Post subject: Re: removing blank spaces from checkboxes and combo boxes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Zanne wrote:
>I have a form that hides checkboxes and combo boxes if they have no value,
>and this is creating large areas of blank space on my reports. How can I
>remove this blank space? I've canshrink property applies to text boxes, but
>I don't see a way to apply it to other controls. Any ideas?
(Msg. 3) Posted: Thu Sep 04, 2008 1:43 pm
Post subject: Re: removing blank spaces from checkboxes and combo boxes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Marshall Barton wrote:
>>I have a form that hides checkboxes and combo boxes if they have no value,
>>and this is creating large areas of blank space on my reports. How can I
>>remove this blank space? I've canshrink property applies to text boxes, but
>>I don't see a way to apply it to other controls. Any ideas?
>
>You can get CanShrink to work if you change the check boxes
>to text boxes a la http://allenbrowne.com/ser-52.html >
Would this solution work for text as well? Instead of a symbol, I would like
it to say "adjacent lot."
(Msg. 4) Posted: Thu Sep 04, 2008 1:43 pm
Post subject: Re: removing blank spaces from checkboxes and combo boxes [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Zanne via AccessMonster.com wrote:
>Marshall Barton wrote:
>>>I have a form that hides checkboxes and combo boxes if they have no value,
>>>and this is creating large areas of blank space on my reports. How can I
>>>remove this blank space? I've canshrink property applies to text boxes, but
>>>I don't see a way to apply it to other controls. Any ideas?
>>
>>You can get CanShrink to work if you change the check boxes
>>to text boxes a la http://allenbrowne.com/ser-52.html
When you use a text box, it can shrink if:
its value is Null
its value is a zero length string
its Visible property is False
To get different text for true/false values, set the text
box's Format property to something like:
;"value is true";"value is false"
If you look at Allen's example, you can see that it's the
same thing with ab odd font amd character for the "value is
true" string and a ZLS for the "value is false" string.
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum