将访问表单加载到内存中

发布于 2024-11-02 20:13:57 字数 291 浏览 0 评论 0原文

我当前在运行调用表单的查询时遇到问题。我的问题与此链接中描述的问题类似( http://www.techonthenet.com /access/queries/filter1.php )。我需要解决这个问题。谢谢!

编辑:我的问题是,一旦输入 [Forms]![FormName]![ControlName],我就无法在查询时打开表单。我得到的只是一个输入对话框,如上述文章中所示。

I am currently encountering a problem while running a query which is calling a form. My problem is similar to the one described in this link ( http://www.techonthenet.com/access/queries/filter1.php ). I need a solution to this problem. Thanks!

EDIT: My problem is that I cannot get the form to open while querying once I type [Forms]![FormName]![ControlName]. All I get is an input dialog as in the mentioned article.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

离线来电— 2024-11-09 20:13:57

在执行查询之前,您需要先打开表单。

You need to open the form first before executing the query.

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