D
Dick Berg
In 97 I declared variables for database and recordsets
then use the Set to open the recordset. These same lines
in 2002 give errors. Here are Dim statements I used in 97:
Dim dbs As Database
Dim rs As Recordset
Set dbs = CurrentDb
Set rs = dbs.OpenRecordset("checkin", dbOpenTable)
then use the Set to open the recordset. These same lines
in 2002 give errors. Here are Dim statements I used in 97:
Dim dbs As Database
Dim rs As Recordset
Set dbs = CurrentDb
Set rs = dbs.OpenRecordset("checkin", dbOpenTable)