基于表单记录源访问组合框

发布于 2024-11-04 03:17:32 字数 101 浏览 0 评论 0原文

我有一个组合框,我想根据表单的记录源显示选项。然而,记录源是动态的而不是静态的(即,它在执行某些操作时会发生变化)。我怎样才能做到这一点,以便组合框根据过程中任何时刻的记录源重新查询自身。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ˇ宁静的妩媚 2024-11-11 03:17:32

您可以使用重新查询方法:

combobox.Requery

you can use the requery methode:

combobox.Requery
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文