Results 1 to 10 of 10
  1. #1
    papabill is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2015
    Posts
    6

    Problems w/report

    As I've said earlier, I'm still working on my church directory with Microsoft Access 2007, and I have all the information I can gather from all the members.



    However, when I start to create the report, I can only put information for one person per "row". (Let's see if I can explain better)

    On an 8 1/2" x 11" page, there is only one person per row. The only information I'm printing on THIS report is a picture, name, and birthdate. That only takes up 3 1/2" of an 8 1/2" page (one "column"). I'd like to put the NEXT person (alphabetically) on the next column on the same row, so that I'd have two individuals per row. On an 11" page, I can get 4 rows of information.

    The only way I have figured out how to do it is to make 2 queries and create 2 reports, printing one report first, then the 2nd report on the same page, only 4 inches to the right of the 1st report.

    Does any of that make sense?

    Thanks

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Try going into Page Setup and play with the settings on the Column tab.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,919
    Have you looked at multi-column settings on the Page Setup tab when report in layout or design view?
    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.

  4. #4
    papabill is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2015
    Posts
    6
    No, I didn't know anything about that. That's how much I DON'T know about Access

  5. #5
    papabill is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2015
    Posts
    6
    Well, knowing about the Page Setup worked wonders for me, thanks.

    Now I have ANOTHER problem (naturally).

    In setting up the report for all the members, I have a field for cell phones and a field for email addresses, however, some of them don't have cell phones or email addresses. I need to know how to set up the report with blank spaces in place of cell phones and email addresses for those who don't have them. (Does THAT make sense?)

    Here is the report setup:
    [Member name] [Address] [Home Phone] [Cell Phone] [Email Address]

  6. #6
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    I'm not clear on the problem. If each field has a textbox to display it, an empty space would be left in place of empty fields. You can use the Nz() or IIf() functions to replace blank fields with something else.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  7. #7
    papabill is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2015
    Posts
    6
    Thanks, I'll study on that.

  8. #8
    papabill is offline Novice
    Windows 8 Access 2013
    Join Date
    Feb 2015
    Posts
    6
    Quote Originally Posted by pbaldy View Post
    I'm not clear on the problem. If each field has a textbox to display it, an empty space would be left in place of empty fields. You can use the Nz() or IIf() functions to replace blank fields with something else.
    I'm sorry, but my puny little mind cannot fathom this information. I'm still trying to figure this out.

    Here is my report setup:
    Code:
      
    Family Name: Morgan
    First Name:   Michael
    Address:       415 Jones Street
    City:             Pensacola
    State:           FL
    Zip:              12345
    Home phone: 555-123-4567
    Cell phone:    555-446-2345
    Emai:            mmorgan@yahoo.com        
    Birthday:       10/17  
    Spouse:        Louise
    Birthday:       4-16
    Cell phone:    555-446-2317
    Email:           lmorgan@yahoo.com
    Anniversary: 6/21                                     
    Child 1:         David      
    Birthday:       4/21                      
    Child 2:         Jenny   
    Birthday:       2/24
    Child 3:                 
    Birthday:              
    Child 4:                 
    Birthday:
    I have quite a few single and widowed members who have no ‘Spouse’, ‘Spouse birthday’, ‘Spouse cell ’, ‘‘Spouse email’,
    ‘Anniversary’, ‘Child 1’ , ‘Birthday1’ , ‘Child 2’ , ‘Birthday2’ , ‘Child 3’ , ‘Birthday3’ , ‘Child 4’ , ‘Birthday4’

    Instead of having a lot of empty headers, how can I make the headers not even appear if they are null?

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,919
    I don't think you can with that arrangement. The labels each occupy a line.
    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.

  10. #10
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Are you saying you don't want to see the label? That would be fairly easy. You'd test the field and toggle the visibility of the label in the detail format event. If you want that line to disappear and the lines below moved up, that would be trickier.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Report sorting problems
    By munroe47 in forum Access
    Replies: 2
    Last Post: 06-11-2014, 08:50 AM
  2. Problems with Chart in Report #name? in header
    By Nathan Plemons in forum Reports
    Replies: 1
    Last Post: 01-26-2012, 05:12 PM
  3. Report problems
    By BarbT in forum Access
    Replies: 3
    Last Post: 05-09-2011, 09:33 AM
  4. Problems with Report Filter
    By eww in forum Programming
    Replies: 1
    Last Post: 10-20-2010, 02:58 PM
  5. Problems with SUM in Report Footer
    By bonetakc in forum Forms
    Replies: 1
    Last Post: 07-30-2009, 04:53 AM

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