in order to show an automatic (if i understood correct it needs to be automatic) sequential number for each record of data,
you need to insert an autonumber field in your table where this record comes from.
Then by creating a query, you can add all the required fields for you report with additional the autonumber field .
then, just add as a record source in your report , the newly created query.