Unbound Serial No Field in Report

I

Imran

i want to create a unbound field with serial no. from 1 To number of records
i ready use a Label in VB code which increase 1 number when i open report in
preview mode it shows report result ok but when I set the page margin or any
setting relatived with page its start serial again from no. of records
onward...

plz help me about it
 
B

Brian

Imran said:
i want to create a unbound field with serial no. from 1 To number of records
i ready use a Label in VB code which increase 1 number when i open report in
preview mode it shows report result ok but when I set the page margin or any
setting relatived with page its start serial again from no. of records
onward...

plz help me about it

Look up RunningSum in Access help.
 
Top