Dates

  • Thread starter Thread starter Melinda
  • Start date Start date
M

Melinda

I have a database that tracks overtime for plowing snow. The first sort of
the report would be on total hours, with the least amount of overtime to the
most, and then sorting by seniority date with the company. The problem lies
wihen two employees have the same amount of overtime, ex. 41.4 it does not
list the most senior employee first. Do I correct this in the sorting and
grouping of the report? I have an expression in my query Total Hours:
Round(Sum(([hoursworked]*100))), but everywhere I read it appears to me that
somehow I should be able to sort in the the sorting and grouping.
 
Melinda,

You would need to add the field that has Senority Date to Grouping and
Sorting and then sort. If this field is not a part of the RecordSource of
the report, you will have to do that first.

--
Gina Whipp
2010 Microsoft MVP (Access)

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sorting Dates 14
Sorting Dates 8
Sorting Dates 14
query using aggregate sum function not sorting correctly 4
Reports in Access 2002 1
Overtime DB Help Needed 13
Want to find average and color code 1
Grouping 9

Back
Top