oleronesoftwares
Passionate Learner
- Local time
- Today, 05:27
- Joined
- Sep 22, 2014
- Messages
- 1,160
Sorting is done on a group of records, if you are checking for the duplicate occurrence of a field value, e.g date entrance, before determining the sort order, this condition already limits the records that will meet the condition, and in some instances, only one record will meet the criteria.Forget any system complexity about the previous example. What I need to make is putting data in ascending order under three conditions:
1- Date Entrance
2- Date Registration
3- Shipment Code
If duplicate date entrance, THEN add date registration, If duplicate date registration, THEN add shipment code.
I need to apply what in the attached image in Access.
And sorry if I make any confusion in my previous example.
Your excel sample sorts first by date entrance, then by date registration, and then by shipment code, no criteria for looking for duplicate values before sorting is applied.
The excel picture depicts a different thing from what you have explained.