基于表单记录源访问组合框
我有一个组合框,我想根据表单的记录源显示选项。然而,记录源是动态的而不是静态的(即,它在执行某些操作时会发生变化)。我怎样才能做到这一点,以便组合框根据过程中任何时刻的记录源重新查询自身。
I have a combo box that I want to display options based on the record source of the form. However, the record source is dynamic rather than static (i.e. it changes while doing certain things). How can I make it so that the combo box requeries itself based of what the record source is at any point in the process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用重新查询方法:
you can use the requery methode: