Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的一个队友不小心把Number而不是放在autonumber一列中,并用 5000 条记录填充了表格。如何将其更改autonumber为已填充表格的时间?
Number
autonumber
据我所知,做到这一点的唯一方法是创建一个具有相同字段的新表(除了自动编号字段而不是数字字段),然后通过查询将所有数据移植到其中。
从那里,遍历并修改引用旧表的任何现有查询、代码或表单,并将它们指向新表。
我已经通过 MS Access 完成了这一切……这并不难,但令人头疼。