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 中的数字字段?
使用UPDATE 查询。例如:
UPDATE MyTable SET MyNumField = MyNumField + 5