I need to change some autonumbers field values in a table.
table = tblfacility
autonumber field = facilityID
ie
old FacilityID autonumber value = 776
new FacilityID autonumber value = 806
I do not want to reset the autonumbers starting at "1" again.
Is it possible using vba to do it?
table = tblfacility
autonumber field = facilityID
ie
old FacilityID autonumber value = 776
new FacilityID autonumber value = 806
I do not want to reset the autonumbers starting at "1" again.
Is it possible using vba to do it?
Comment