本文介绍了如何在MS-Access中重置自动编号字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 朋友 我在ms-access表中创建了一个表。 我创建了invoiceno字段为autonumber。 now我完成了项目。 i删除了表格中的所有测试数据。 我删除自动编号时是1027 完全删除数据后从表中。 i试图插入新记录。 自动编号即将到来1028我不想要1028我想从1开始(即从开始)。 所以我怎么能重置这个。 谢谢解决方案 删除表中的所有行后,压缩数据库应该将Autonumber值重置为1. 压缩数据库通过此链接 - 如何使用Visual Basic .NET压缩Microsoft Access数据库 [ ^ ] FriendsI have created a table in ms-access table.in that i created the invoiceno field as autonumber.now i finished the project.i deleted all the testing data in the table.while im deleting the autonumber was 1027after deleting the data completely from the table.i tried to insert a new record.the autonumber is coming 1028 i dont want 1028 i want to start from 1(ie. from beginning).so how can i reset this.thanks 解决方案 这篇关于如何在MS-Access中重置自动编号字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-20 19:47