对象refresh的方法'IAdodc' 失败,该怎么处理

对象refresh的方法IAdodc失败代码如下:Adodc1.RecordSourceselect*from人员信息where&Combo2.Text&&

对象refresh的方法'IAdodc' 失败
代码如下:
Adodc1.RecordSource   =   "select   *   from   人员信息   where   '   &   Combo2.Text   &   '=   ' "   &   Text3.Text   &   " ' "
Adodc1.Refresh  

Adodc1.RecordSource   =   "select   *   from   人员信息   where   '   &   Combo2.Text   &   '=   ' "   &   Text3.Text   &   " ' "
这句话写得有错吗

对象refresh的方法 'IAdodc '     失败  
出现这个错误的原因是什么
怎么解决
谢谢!!!

[解决办法]
Adodc1.RecordSource = "select * from 人员信息 where " & Combo2.Text & "= ' " & Text3.Text & " ' "

[解决办法]
Adodc1.RecordSource = "select * from 人员信息 where " & Combo2.Text & "= ' " & Text3.Text & " ' "