I'm using MS Access to make a small piece of software for an office. When we insert a record the record ID does not always follow the sequence of natural numbers, starting from 1. but in the first column I want a self-generated serial number(S.N).
SN | Discription |
----+---------------+
1 | Computer |
2 | Mobile |
I Want these S.N to always start from 1 and count all records in the report table Plsease help.