Results 1 to 5 of 5
  1. #1
    Mattbro is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2012
    Posts
    95

    Report output giving different products depending on user

    Hi all,


    I have a database that contains a report. Using the OutputTo command, the report is generated and emailed to a collection of email addresses.
    My problem is, when I do this, the report is exported as a .pdf and its fine-a single page of text.
    When other users perform the same action on the same database, the report is spread in massive text over 12 pages rather than the single page. My output code is;
    Code:
    DoCmd.OutputTo acOutputReport, "EscalationReport", acFormatPDF, "C:\Escalation\Escalation Report.pdf", False
    Any ideas?
    Many thanks,
    Mattbro451

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    is the rpt query based on a form the user picks?
    or the user id?
    any critieria?

  3. #3
    Mattbro is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Mar 2012
    Posts
    95
    Quote Originally Posted by ranman256 View Post
    is the rpt query based on a form the user picks?
    or the user id?
    any critieria?
    Hi ranman256. The database opens up to Form 'Form1' for all users. Report query is the same for all users. We are all following exactly the same path. I really don't get it-I thought it might be a 'user profile' thing, but the problem does not replicate in similar databases, which makes this unlikely.
    Thanks,
    Mattbro451

  4. #4
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,793
    Is this 12 page spread because there are only a few records (or even just one) on a page, or some pages only have a few fields on them, or nothing, - or what? You could be describing a margins or printer paper problem because of someone's settings. I can't recall if output to pdf is based on printer settings or not. Might be worth looking at. Perhaps you designed the report based on 8 1/2 x x11 and they're set to A4?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2016
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    It might be more efficient to get this resolved if you post a copy of your database.
    Compact and Repair,then zip, then post.

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

Similar Threads

  1. Replies: 5
    Last Post: 08-01-2016, 01:36 PM
  2. Replies: 4
    Last Post: 04-23-2014, 04:35 PM
  3. Replies: 12
    Last Post: 09-23-2013, 02:05 AM
  4. Need different amounts of data depending on a user input?
    By parkerjallen in forum Database Design
    Replies: 2
    Last Post: 11-13-2012, 03:17 PM
  5. Replies: 8
    Last Post: 04-24-2012, 01:05 PM

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