As we know when we add a new record in a form then in the form report it shows it first. Always the first record is the last one in the report
Example:
1st:
Coffee
2nd:
Sugar
Coffee
3rd:
Milk
Sugar
Coffee
and so on. Is there any way to have the first record always first(in the report) and the others below it?
Like:
1st:
Coffee
2nd:
Coffee
Sugar
3nd:
Coffee
Sugar
Milk