Solved Set the order of report print

ubi

New member
Local time
Today, 23:27
Joined
May 28, 2021
Messages
22
Hello!

Im trying to print the barcode in order by "ordine" (pic1)
but the report preview doesnt follow the order of the records (pic2), i want it to print the empty barcode in order but the preview just mix them.
The result of the print is in (pic3)
I tried to set the order on the report property (pic4) and on the query of the recordsource (pic5) but it doesnt work.
Any suggestion on how to make it print in order ?

(pic1)
1629534804213.png


(pic2)
1629534712237.png


(pic3)
1629535066631.png


(pic4)
1629535227391.png


(pic5)
1629535269204.png
 
I have always added the sort (and any grouping) via the menu options?
Any sort in the record source is a complete waste of time. Access does not respect it. It has to be done within the report sort and grouping options.
 
  • Like
Reactions: ubi
I have always added the sort (and any grouping) via the menu options?
Any sort in the record source is a complete waste of time. Access does not respect it. It has to be done within the report sort and grouping options.
Yea it is that! Thanks ! :D
 

Users who are viewing this thread

Back
Top Bottom