I have a query that the user enters a start date and an end date. What I want to do is add a field so that there is a running total of how many records are listed. So like next to each record there is a number in that row.
(i.e.)
1 Lucy Liu
2 Xena
...and so on, and let's say the user searches again and the returned info is different then the count will start over at 1. Thanks
(i.e.)
1 Lucy Liu
2 Xena
...and so on, and let's say the user searches again and the returned info is different then the count will start over at 1. Thanks