本文介绍了VBA SQL Where语句语法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,
我一直在努力解决这个问题并需要您的帮助!
以下是重点:
希望将以下SQL引入VBA:
SELECT Securities.Name,Securities.ISIN
来自证券
WHERE(((Securities.Name)喜欢[Forms]![证券搜索工具]![namecombo]&" *"))
显然是我的WHERE条件语法是错误的:
Hello,
I have been trying to solve this issue for long and need help from you guys!
Here is the point:
Looking to get the following SQL into VBA:
SELECT Securities.Name, Securities.ISIN
FROM Securities
WHERE (((Securities.Name) Like [Forms]![Securities Search tool]![namecombo] & "*"))
Apparently my WHERE condition syntax is wrong:
展开 | 选择 | Wrap | 行号
推荐答案
展开 | 选择 | Wrap | 行号
展开 | 选择 | Wrap | 行号
展开 | 选择 | Wrap | 行号
这篇关于VBA SQL Where语句语法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!