count row in table

  • Thread starter Thread starter a
  • Start date Start date
A

a

I have table with 20 row I want to make serial for this row with out using
autonumber
Notes:
I don't want use autonumber
the data alredy exists in table
i don't want use query
I want just table

example
I want to add field name (Serial) give each row in the table (number) begin
with 1 end by the row in the table
can I do that
 
just add a field to the table, name it whatever you want, set the data type
to Number, and save the table. then open the table in Datasheet view, and
enter the numbers 1 thru 20 in the records.

hth
 
Back
Top