Results 1 to 4 of 4
  1. #1
    Telejazzer is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Nov 2014
    Posts
    4

    Report with 4 columns (1 query per column)

    I'd like to create a report that has 4 columns (One query per column) all in one page.



    Please advise on how this can be done.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Options:

    1. subreports

    2. listboxes - although not intended for use on reports they can be utilized in some situations, they don't shrink/grow which means must be sized long enough to display all possible records
    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
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    I have 2 reporting tables.
    tReportData and tReportFinal

    I run a series of queries to append data tReport data in 1 column,
    qsPost1 appends to col 1
    qsPost2 appends to col 2,
    etc.

    THEN when all is done, I take ALL the data in tReportData , sum the columns into tReportFinal.
    The report runs off tReportFinal.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Or as ranman suggests, populate a 'temp' table - table that temporarily holds data for a process. Delete the records when the process completes.
    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.

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

Similar Threads

  1. Replies: 1
    Last Post: 04-30-2014, 01:05 AM
  2. Replies: 1
    Last Post: 11-12-2013, 02:19 AM
  3. Replies: 1
    Last Post: 12-20-2012, 11:03 AM
  4. Replies: 5
    Last Post: 03-29-2012, 09:21 PM
  5. Replies: 0
    Last Post: 02-14-2007, 01:35 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