Results 1 to 6 of 6
  1. #1
    RonL is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Location
    NJ
    Posts
    114

    Report Width - Scaling dynamically

    I'm new to report design, and have a test report fashioned in design view. Each detail line has three text boxes. The goal is to permit the user to choose one of several report widths without changing the page size. IOW, we're aiming for flexibility in the margins but within the context of a fixed piece of paper - ie. a single printer tray. (The rept is a list of tasks for camera operators, each of whom will attach it to his equipment per personal preference. So each wants a particular width he can "cut out" of a standard page.)



    As a preliminary test, I tried halving the width property in design view. But Access won't let me. The value springs back to just below 8". I assume this limitation is being imposed by the cumulative width of the controls in the report. Correct? If so, my question is: is there a way to scale the entire report width without adjusting the individual control widths? If so, I'd appreciate a pointer to the appropriate, VBA accessible properties.

    Thank you. -Ron

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,601
    Yes, report width must accommodate cumulative width of controls. I believe the answer to the scaling question is No.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I believe some printer drivers support "Fit to Page".

  4. #4
    RonL is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Location
    NJ
    Posts
    114
    Quote Originally Posted by RuralGuy View Post
    I believe some printer drivers support "Fit to Page".
    Right. I was hoping for a simple scaling solution that I could implement with VBA and that would be printer independent. There do seem to be some relevant properties, report.scalewidth and report.scalemode (Access 2010), but apparently not accessible from the report property sheet, and I'm not about to attempt manipulating properties in code that I don't understand.

    I may have to design separate reports.

    Thx to you both. -Ron

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,601
    I checked out those properties and don't think they would do what you want anyway.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #6
    RonL is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Location
    NJ
    Posts
    114
    I did brief search & got same impression. Thx for confirming! -Ron

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 06-28-2013, 01:38 PM
  2. scaling Word OLE object in Access Report
    By Jeff Perkins in forum Reports
    Replies: 1
    Last Post: 09-11-2011, 03:18 PM
  3. Closing a Dynamically Changed Report
    By EddieN1 in forum Access
    Replies: 5
    Last Post: 07-18-2011, 05:41 PM
  4. Report Width....Stacked Detail?
    By HRhodes in forum Access
    Replies: 1
    Last Post: 01-18-2010, 08:01 PM
  5. The section width is greater than the page width?
    By Gary_Marshall in forum Reports
    Replies: 2
    Last Post: 11-13-2009, 01:54 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums