Hi,
I am having a problem with recordsets. When using this code:
Dim dbs As Database
Dim rst As Recordset
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset("combined")
I get a type mismatch error message. (Combined is a table name).
Can anyone tell me why?
Thanks,
Neal
I am having a problem with recordsets. When using this code:
Dim dbs As Database
Dim rst As Recordset
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset("combined")
I get a type mismatch error message. (Combined is a table name).
Can anyone tell me why?
Thanks,
Neal