B
Brian
Can anyone tell what's wrong with this code, I have used this method in lots
of forms but for some reason, this just won't work, I get a Type Mismatch
error on the last line.
Private Sub cmdGo_Click()
Dim Db As Database
Dim RsResults As Recordset
Set Db = CurrentDb()
Set RsResults = Db.OpenRecordset("tblResults", dbOpenDynaset)
end sub
any ideas ???
Brian
of forms but for some reason, this just won't work, I get a Type Mismatch
error on the last line.
Private Sub cmdGo_Click()
Dim Db As Database
Dim RsResults As Recordset
Set Db = CurrentDb()
Set RsResults = Db.OpenRecordset("tblResults", dbOpenDynaset)
end sub
any ideas ???
Brian