因为我的搜索条件很多,所以我用的IF,即:if gg<>"" then sql=sql&"and gg like '%"&gg&"%' "end if
if code<>"" then sql=sql&"and gh like '%"&code&"%' "end if大概有7个,其中的一个lph字段需要有两种查法,一个就是lph like '"&replace(lph,"*","_")&"'",还有一个就是lph like '%"&lph&"%' ",我用or连出错