Run-time 3201 error

V

Virgil

Upon coverting two versions of the same database (97 and
2000) over to 2002, we get a mysterious error message
"Run-time error ' 3201': No current record." when trying
to open certain forms from the Switchboard. The same forms
work and open fine in either 97 or 2000 versions. Can
someone shed a light on the problem?
 
G

GVaught

You may need to set references in the 2002 database. Open your database into
the code editor window. Under Debug Compile your database. If you have any
missing references your code will break and you will get an error message.
Depending on the error returned will determine what reference needs to be
set under Tools | References with in the code editor window. Database
converted from one app to another version always should be recompiled.
 
V

Virgil

That was my thought too. Since the problem is happening at
an off-site location, your suggestion is what I'll have
them try first. Thanks.
 

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