'示範SQL中的Select陳述式的標準寫法 SqlStr = "Select * From Product Where 識別碼=" & Tag '利用已開啟的資料庫連結物件dbs執行SqlStr所記載的SQL陳述式 '將結果存放在rs資料表物件之中 Set rs = dbs.Execute (SqlStr)