ลองดูนี่นะครับ
sql="select * from ตาราง1,ตาราง2 where ตาราง.ฟิวส์....
ดูตัวอย่างนี้นะครับ
sql1="Select * From abstract,author where author.name Like '%"&Request.Form("author_name") &"%'" & " and " & " author.author_id=abstract.author_id"& " and " & "title Like '%"&Request.Form("title") &"%'"