D Diana Avila Registered User. Local time Today, 05:06 Joined Jul 13, 2011 Messages 17 Jul 19, 2011 #1 Hi there; I need to number each row from my report but i don't know how to do it with MVBA Anyone knows the code?? Attachments access_forum.jpg 86.3 KB · Views: 98
Hi there; I need to number each row from my report but i don't know how to do it with MVBA Anyone knows the code??
S SteveH2508 Registered User. Local time Today, 11:06 Joined Feb 22, 2011 Messages 75 Jul 19, 2011 #2 Put an unbound text box on your report. Set its controlsource to =1. Set its running sum to Over Group or Over All as appropriate.
Put an unbound text box on your report. Set its controlsource to =1. Set its running sum to Over Group or Over All as appropriate.
D Diana Avila Registered User. Local time Today, 05:06 Joined Jul 13, 2011 Messages 17 Jul 20, 2011 #3 Thaks a lot!!!!