本帖最后由 yacity 于 2011-08-07 22:14:21 编辑

解决方案 »

  1.   

    if leveal=2 and deleted=0 and isstop=0 then
    tbl.filter=(" pfullname Like " & txt & " Or Standard Like " & txt & " Or Unit1 Like " & txt")
    endif
    想这样?
      

  2.   

    本帖最后由 bcrun 于 2011-08-16 14:20:40 编辑
      

  3.   

    tbl.Filter = (" (pfullname Like " & txt & " Or Standard Like " & txt & " Or Unit1 Like " & txt & ") and (leveal=2 and deleted=0 and isstop=0)")