G
Guest
The following code gives a "Type mismatch" error but it is straight out of the VB help menus.
Dim rstTemp As Recordset
Set rstTemp = dbs.OpenRecordset("Data", dbOpenTable)
Any help would be greatly appreciated.
Dim rstTemp As Recordset
Set rstTemp = dbs.OpenRecordset("Data", dbOpenTable)
Any help would be greatly appreciated.