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.
在 Access 2013 中,当我将名称字段从表中拖到表单中并添加添加记录按钮时,文本输入/表单显示第一条记录。当我更改文本输入并点击添加记录按钮时,它会更改第一条记录的名称。之后它表现正常并添加新记录。不知道为什么。
如果您想使用表单添加新记录,请将表单的Data Entry属性设置为Yes:
Data Entry
Yes
有关该属性的更多详细信息,请查看此处。