Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    LanieB is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Nov 2011
    Posts
    54

    Wanting the report to have one employee per page

    I have a Example.accdb



    Summary of the situation
    I have one branch with multiple employees.
    Each one of these employees gets audited on multiple files.

    I'm trying to create the 'Audit Request' report which I will pull on a 'per branch' basis, but I want each employee to have their own page listing only the files they are being audited on. Everytime I run my report it pulls one employees name with all the files requested for the entire branch. I can't seem to get it to break it down. I do have this report on a 'per employee' basis that works fine, but I need to be able to pull the entire branch all at once with each employee seperated out.

    I have attached an example below that has the necessary information to see my condundrum.

    The parameters you will need to know to access the queries and report are

    Audit Session: 13s
    Branch Number: 01

    I would GREATLY appreciated any advice! Thank you~

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Create a GROUP section by UserName. Set the GROUP section ForceNewPage property to AfterSection.
    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
    LanieB is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Nov 2011
    Posts
    54
    Quote Originally Posted by June7 View Post
    Create a GROUP section by UserName. Set the GROUP section ForceNewPage property to AfterSection.

    As always June, thank you very much for your help!! It worked perfectly!

  4. #4
    DariusD is offline Novice
    Windows Vista Access 2000
    Join Date
    Dec 2012
    Posts
    28

    need to create a report similar to form

    June I tried to follow your suggestion but I need help
    June your wrote "Create a GROUP section by UserName. Set the GROUP section ForceNewPage property to AfterSection."
    So I started Report wizard then set the group by order number but I can not find any option to ForceNewPage property to AfterSection.
    I'm trying to create a report similar to my form shown below
    Click image for larger version. 

Name:	orderform.jpg 
Views:	6 
Size:	108.1 KB 
ID:	10685

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    ForceNewPage property is on the Format tab of the Property Sheet dialog. Every section except Page header/footer has this property.
    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
    DariusD is offline Novice
    Windows Vista Access 2000
    Join Date
    Dec 2012
    Posts
    28
    I found the Property but it didn't work.. must be something wrong with the way i set up my report. I have it group by order number.

    This is how it looks now.. I can't seem to make it show one order - order report per page.

    Click image for larger version. 

Name:	report2.jpg 
Views:	7 
Size:	52.0 KB 
ID:	10688

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I would have to review the db. If you want to provide, follow instructions at bottom of my post.
    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.

  8. #8
    DariusD is offline Novice
    Windows Vista Access 2000
    Join Date
    Dec 2012
    Posts
    28
    Sorry but I cant seem to make a copy.. Now when ever I try to saveas.. it keeps saying that the database is already open..see pic attached below.. I have done this before. with no problems. but now it refuses to let me save it again with a different name..


    Click image for larger version. 

Name:	Untitled.jpg 
Views:	4 
Size:	27.4 KB 
ID:	10689

  9. #9
    DariusD is offline Novice
    Windows Vista Access 2000
    Join Date
    Dec 2012
    Posts
    28
    Ok here you go the database is attached here
    STEMProjectDatabase1.zip

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    That isn't the database file. It is the locking file (.laccdb file extension) created by Access when the database is opened.
    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.

  11. #11
    DariusD is offline Novice
    Windows Vista Access 2000
    Join Date
    Dec 2012
    Posts
    28
    STEMProjectDatabase1.zipAccessProject.zip
    If neither of these is a database then i don't know what to do about it. Everytime I try to saveas the database it just keeps telling me that the database is open etc...

  12. #12
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    The second link has a db named CopyofOrderEntryProject.accdb.

    I see the same tables and forms (different query) as in your image but there are no report objects in that db.

    Why are you using SaveAs?
    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.

  13. #13
    DariusD is offline Novice
    Windows Vista Access 2000
    Join Date
    Dec 2012
    Posts
    28
    Im doing that to save a copy of the database to send to you...

  14. #14
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    If you SaveAs to a different filename then should not error. However, the db you provided does not have any reports.

    You don't need to make copy for posting unless you want to change something, such as delete data.
    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.

  15. #15
    DariusD is offline Novice
    Windows Vista Access 2000
    Join Date
    Dec 2012
    Posts
    28
    stemproject.zip

    Ok I have an order form in this database... same project.. same problem.. Hope you can help soon..

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 8
    Last Post: 06-06-2012, 12:28 PM
  2. Replies: 1
    Last Post: 09-14-2011, 05:21 PM
  3. Replies: 3
    Last Post: 08-07-2011, 09:22 PM
  4. Page break on report inserts empty page between
    By Galadrielle in forum Reports
    Replies: 0
    Last Post: 07-07-2010, 04:18 AM
  5. Replies: 1
    Last Post: 05-22-2010, 08:30 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