Re: Spaces Between Check Boxes



You are using code to make the unticked checkboxes invisible? If yes, then
check that the CanGrow and CanShrink property of the Section that contains
the checkboxes are set to Yes, also that the other controls in the section
are also set with the Can Grow/Shrink Property set to Yes.
If you have labels (which don't have that property) replace them with text
boxes and let your code make them invisible too.

Evi
"Amber" <Amber@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6A4786D0-7901-4058-B974-E86BD123B981@xxxxxxxxxxxxxxxx
I have built a report which contains information from check boxes. I have
coded the report so that it only shows the check boxes with values. My
problem is that there is a list of 9 check box option to choose from, they
are on the report in a vertical list, and so when I run the report if
check
box 1 and 9 are checked the report has a white space gap between the two
values. The white space is where the other check boxes are placed on the
report.

I know there must be a way to eliminate the white space. If someoone
could
tell me how to do this, I would appreciate it.

Thanks in advance....


.



Relevant Pages

  • Re: Text box not showing appopriate information
    ... Have you considered stacking text boxes for each value, ... > I am designing a report for our customers to show upcoming changes to ... > feeds into a report. ... but leaves unwanted white space after the last ...
    (microsoft.public.access.reports)
  • Re: Parameter query with multiple check boxes
    ... Does the report get the info from the query which gets info ... "Duane Hookom" wrote: ... assuming you have check boxes on your criteria form and the ...
    (microsoft.public.access.queries)
  • Re: room chart problems
    ... I would probably create an unbound report with text boxes or labels ... then setup a join query how do i then put the occupants of each room ...
    (microsoft.public.access.reports)
  • Re: Clear and Requery combo boxes
    ... Q1 - I would put the code to clear the combo boxes after the code that calls ... the report and before the code that makes form visible again. ... > The choices then generate a report based on the selection. ... > Exit Sub ...
    (microsoft.public.access.formscoding)
  • Re: room chart problems
    ... I have a report that has unbound boxes for each room, ... The problem with your proposed report is that you want to lay out the boxes as though they were all fields in one record, whereas the "natural" way of storing these rooms, and room assignments, is as discrete records. ...
    (microsoft.public.access.reports)