在 Access VBA 中获取 Combobox.Value

发布于 2024-12-08 16:56:08 字数 262 浏览 0 评论 0原文

我有这样的代码:

If Me.Combobox.Value = "My Text" Then

因为我想测试“我的文本”是否是唯一选择的值,但是,条件被跳过。

我也尝试过

Me.Combobox.Column(1)

Me.Combobox.Text

我相信有一些我只是忽略的简单解决方案。

I have this code:

If Me.Combobox.Value = "My Text" Then

As I want to test if "My Text" is the only value selected, however, the conditional is skipped.

I have also tried

Me.Combobox.Column(1)

and

Me.Combobox.Text

I believe there is some simple solution that I'm just overlooking.

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

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

发布评论

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

评论(1

听你说爱我 2024-12-15 16:56:08

当我重新测试可能性时,Me.Combobox.Column(1) 决定工作。

Me.Combobox.Column(1) decided to work as I retested the possibilities.

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