PC Review


Reply
Thread Tools Rate Thread

How to control Horz Spacing on Reports

 
 
Will
Guest
Posts: n/a
 
      21st Jan 2006
I've put fields right next to each other in a Report and set their widths...

But when I display the Report the fields are spaced farther apart and take
up to much horizontal space.

What am I missing?

thanks for any help.

Will


 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      21st Jan 2006
The actual width a control needs depends on the data it contains.

If you want to jam them up, you might concatenat the fields into one control
e.g.:
=Trim([Title] & " " & [FirstName] & " " & [Surname])

Be sure to set the Name property of this control so it does not match the
name of a field. Access gets confused if the text box has the same name as a
field, but it is bound to something else.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Will" <(E-Mail Removed)> wrote in message
news:CLgAf.12653$(E-Mail Removed)...
> I've put fields right next to each other in a Report and set their
> widths...
>
> But when I display the Report the fields are spaced farther apart and take
> up to much horizontal space.



 
Reply With Quote
 
Will
Guest
Posts: n/a
 
      21st Jan 2006
Thanks Allen.

Will

"Allen Browne" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The actual width a control needs depends on the data it contains.
>
> If you want to jam them up, you might concatenat the fields into one
> control e.g.:
> =Trim([Title] & " " & [FirstName] & " " & [Surname])
>
> Be sure to set the Name property of this control so it does not match the
> name of a field. Access gets confused if the text box has the same name as
> a field, but it is bound to something else.
>
> --
> Allen Browne - Microsoft MVP. Perth, Western Australia.
> Tips for Access users - http://allenbrowne.com/tips.html
> Reply to group, rather than allenbrowne at mvps dot org.
>
> "Will" <(E-Mail Removed)> wrote in message
> news:CLgAf.12653$(E-Mail Removed)...
>> I've put fields right next to each other in a Report and set their
>> widths...
>>
>> But when I display the Report the fields are spaced farther apart and
>> take up to much horizontal space.

>
>



 
Reply With Quote
 
 
 
Reply

« MDE Files | Desktop »
Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reports and SubReports Spacing PeterM Microsoft Access 6 14th Mar 2010 04:01 PM
Can grow, can shrink, line spacing and hiding lines in reports MikeP125 Microsoft Access 3 21st Feb 2009 11:36 PM
TreeView control, controll horz. scrolling =?Utf-8?B?aHpndDliQG5vcG9zdC5jb20=?= Microsoft Dot NET 0 10th Oct 2005 02:51 PM
Can you print reports in Access with single line spacing? =?Utf-8?B?aGVyb25zOTY=?= Microsoft Access Getting Started 3 26th Aug 2005 07:36 PM
Line spacing in reports Wulf Wendelstein Microsoft Access 4 8th Feb 2005 07:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:19 PM.