标签: vba ms-access
我知道me.filter ="filter"设置过滤器,而me.filteron = true会启用过滤器,但vba中的代码是什么使得用户在应用过滤器后无法删除过滤器?
me.filter ="filter"
me.filteron = true