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.
有没有办法使用 ms 访问对一行执行校验和?我需要比较两个查询是否相等。
Access 中没有内置任何内容来返回一行的校验和。我过去为验证两行中的数据是否相同所做的是所有字段上的左连接和右连接的联合。如果要输入很多字段,这会很痛苦,但它确实有效。您还可以在 VBA 中编写自己的 MD5 哈希并在查询中返回。