AccessDiscussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
How about creating an unbound textbox, and for its value set it equal to Me.CurrentRecord on the On Current event? I've never tried that. Let us know if it works or not.
Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division
Create an unbound text box on your report. Open the properties of the unbound text box. Click on the Data Tab. Under Control Source enter: =1 and then Running Sum: Over All
This will number each row for you each time the report is run
quote:Originally posted by tjw
Create an unbound text box on your report. Open the properties of the unbound text box. Click on the Data Tab. Under Control Source enter: =1 and then Running Sum: Over All
This will number each row for you each time the report is run
Hope this helps
Regards
Tara
__________________________________________
I think I have a memory problem...or do I?