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 正在计算并从多个相关表中收集数据。
-- http://allenbrowne.com/bug-09.html