Reset autonumber seed

后端 未结 3 1087
名媛妹妹
名媛妹妹 2020-12-19 06:55

I have a VB6/Access application that occasionally encounters a problem with wrong autonumber field seed.

Lets say there is a table MYTABLE with an autonumber field

3条回答
  •  一生所求
    2020-12-19 07:50

    Please reference the following article, it contains a method you may add to your access project to execute to reset seeding. It has been a saver for me several occasions in the past:

    http://allenbrowne.com/ser-40.html

    In addition to this it gives explanation and insight into causes and potential resolution for such problems.

提交回复
热议问题