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.
我有一个表格,我想打开它来查看表格上的数据。
我在标题中有一个搜索框,我可以通过输入他们的 ID 来搜索我想要的客户记录。有用。
但是,当我最初打开表单时,会填充数据表中的第一条记录。我想避免这种情况,直到我在搜索框中输入值并执行代码。
我一直在搜索谷歌,无法弄清楚如何做到这一点。
帮助表示赞赏。
选项:
在表单设计中使用不返回记录的条件设置 Filter 属性,将 FilterOnLoad 设置为 Yes
没有在设计中设置 RecordSource,在选择过滤条件后用代码设置它
使用引用组合框作为参数的动态参数化查询