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 web 表单上创建了一个搜索框来搜索记录。一旦我搜索/过滤记录,我就有一个按钮来清除/显示所有记录。我无法使用 Web 宏来显示所有记录。如何使用宏删除过滤器?
我想到了。宏应该是 setfilter where condition "FALSE" control name datasheet
这会将过滤器重置为 false,从而允许您查看所有记录。