记录编号,客户id两个字段是什么类型的?如果整数,
sqlstr="select * from pr where 记录编号='"&prid&"' and 客户id='"&cuid&"'"
---〉
sqlstr="select * from pr where 记录编号=" & prid & " and 客户id=" & cuid