Use access 2013 macro to show all records in web database

时间:2017-07-10 15:20:04

标签: forms ms-access filter macros ms-access-web-app

I created a search box on an access 2013 web form to search records. Once I search/filter the record, I have a button to clear/show all records. I am having trouble using a web macro to show all the records. How do I remove the filter using a macro?

1 个答案:

答案 0 :(得分:0)

我明白了。宏应该是 使用setfilter   条件“FALSE”   控制名称数据表

这会将过滤器重置为false,允许您查看所有记录。