就是想把上边的这几个合在一起,同时查询,实现全站查!哪位大哥帮理下,这个烂复合语句搞不会!        Case "Product"
            datafrom = "bo_Products"
            datawhere = "where ViewFlag and ProductName like '%"&KeyWord&"%'"
        Case "News"
            datafrom = "bo_News"
            datawhere = "where ViewFlag and NewsName like '%"&KeyWord&"%'"
        Case "Down"
            datafrom = "bo_Download"
            datawhere = "where ViewFlag and DownName like '%"&KeyWord&"%'"
        Case "Others"
            datafrom = "bo_Others"
            datawhere = "where ViewFlag and OthersName like '%"&KeyWord&"%'"
       
  Case "pnd"
            datafrom = "???????"
            datawhere = "where ViewFlag and ???????? like '%"&KeyWord&"%'"就是想把上边的这几个综合在一起,同时查询,实现全站查询!
高手帮助看看怎么实现?问题部分不知道怎么搞!!!!