Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    whojstall11 is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Sep 2011
    Posts
    57

    Help with report

    Can anybody show me how to make all of my start date information show before my discontinue date information
    Last edited by June7; 08-20-2012 at 03:30 PM. Reason: Mod edit to remove image with possible real personal data

  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,652
    I hope that's not an actual patient name/number. If you're grouping on started date, the report should sort by that. What does the report look like in design view, with the sorting and grouping shown?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    It appears start date and discontinue date are two fields of table. This will require some manipulation of the data, such as a UNION query, or subreports.
    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
    whojstall11 is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Sep 2011
    Posts
    57

    re

    Yes im glad you took that off but i here is the report in design view. Click image for larger version. 

Name:	New Picture2.JPG 
Views:	9 
Size:	192.8 KB 
ID:	8898

  5. #5
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Have you tried sorting on that field in Sorting and Grouping?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Don't think Sorting and Grouping pertinent because the start date and discontinue date are different fields, not data in one field.
    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.

  7. #7
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    I read the original problem as the report not being sorted by start date, which is a problem the original attachment displayed. If that's not accurate, perhaps the OP will say so.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  8. #8
    whojstall11 is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Sep 2011
    Posts
    57
    Quote Originally Posted by pbaldy View Post
    Have you tried sorting on that field in Sorting and Grouping?
    I have i dont understand how it works I need for Start Date, Medication, Dosage, Frequency to come before discontinue date, and notes. If it helps Start Date, Medication, Dosage, Frequency are apart of one table (all one row) and discontinue date, and notes our apart on another table (all one row).

  9. #9
    whojstall11 is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Sep 2011
    Posts
    57
    Start Date, Medication, Dosage, Frequency are apart of one [Medication table] (all one row)and discontinue date, and notes our apart on of [Notes] table (all one row). I want every thing from the medication table to come before the notes table.

  10. #10
    whojstall11 is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Sep 2011
    Posts
    57

    what i need

    it looks like this nowClick image for larger version. 

Name:	New Picture (2).JPG 
Views:	7 
Size:	36.9 KB 
ID:	8902


    i need it to look like this with all the data
    Click image for larger version. 

Name:	New Picture (3).JPG 
Views:	5 
Size:	42.9 KB 
ID:	8903

  11. #11
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Okay, Grouping might be helpful. Create a group for the StartDate and include the Medication table fields in that group header. Put the Discontinue date and Notes fields in the Detail section.
    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.

  12. #12
    whojstall11 is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Sep 2011
    Posts
    57
    yea i tried that it only outputs one record and it would make duplicate notes fields

  13. #13
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I can't help further without examining database. 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.

  14. #14
    whojstall11 is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Sep 2011
    Posts
    57
    i split the db already is that going to be a problem

  15. #15
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    No, zip both files. Remember to copy and remove/replace confidential data, run Compact & Repair. If the backend is very large because of data, remove records, leave just enough for testing.
    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.

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

Similar Threads

  1. Replies: 1
    Last Post: 03-07-2012, 09:00 AM
  2. Replies: 4
    Last Post: 12-13-2010, 05:33 PM
  3. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  4. Replies: 3
    Last Post: 05-21-2010, 03:57 PM
  5. Replies: 0
    Last Post: 10-24-2008, 11:20 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