Hello,
I am running MS ACCESS 2003 and have run into a seemingly simple problem. Hopefully all I will need is a quick fix.
I have a report based on a query that lists a date, items received, items processed, and items remaining. The query gets a date range from a form. I am trying to total the items received, items processed, and items remaining fields.
When the report is run without anything like =Sum([fieldname]) in the footer, the dates are listed in ascending order ( which is what I want and how the query was set up)
When the report is run with =Sum([Fieldname]) in the report footer the dates are listed in no particular order.
Is there something simple I have missed? If any detailed info is needed please let me know.
Thank you.
I am running MS ACCESS 2003 and have run into a seemingly simple problem. Hopefully all I will need is a quick fix.
I have a report based on a query that lists a date, items received, items processed, and items remaining. The query gets a date range from a form. I am trying to total the items received, items processed, and items remaining fields.
When the report is run without anything like =Sum([fieldname]) in the footer, the dates are listed in ascending order ( which is what I want and how the query was set up)
When the report is run with =Sum([Fieldname]) in the report footer the dates are listed in no particular order.
Is there something simple I have missed? If any detailed info is needed please let me know.
Thank you.
Comment