Automatically numbering the report

shamal

Registered User.
Local time
Today, 04:01
Joined
Sep 28, 2013
Messages
86
How can the Name_All report be automatically numbered for each actual print run, not just a preview?Some information from the report is saved after printing in Table1.The error in the example here is that one number appears when previewing, but a different number appears when printing.
 

Attachments

I get this error on Preview
1747833009135.png


Report View
1747833073017.png
 
The error does not appear for me
1747833714704.png
 
You can sequentially number each row returned in a report without any code. Set the ControlSource property of an unbound text box to =1, and set the control's RunningSum property to Over All.
 

Users who are viewing this thread

Back
Top Bottom