SQL之count(編號:2287)

Set rs1 = db.OpenRecordset("Select count(*) from STATION where STANO='" & TxtSatNo & "'")
如何取得rs1的count
我這樣求出來的count數有問題