Can anybody show me how to make all of my start date information show before my discontinue date information
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
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?
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.
Have you tried sorting on that field in Sorting and Grouping?
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.
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.
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).
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.
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.
yea i tried that it only outputs one record and it would make duplicate notes fields
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.
i split the db already is that going to be a problem
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.