标签: asp.net ms-access-2007
如何使用where子句和where条件从textBox中计算
select Count(SRNO) from [Visitor_Customer] where [month]= & me.textBox1.text
此代码无效
请帮忙......
答案 0 :(得分:0)
试试这个
"select Count(SRNO) from [Visitor_Customer] where [month]= "& me.textBox1.text