Converting from Access 97 to Access 2002

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top