Access 2002/XP - DoCmd.GoToRecord does not work correctly

A

Aldo Gautschi

Hi

When I went fromAccess 2000 to Access 2002 (on Windows XP) I got aware
that the VBA Instruction "DoCmd.GoToRecord" did no more work correctly.
In the OpenForm procedure it works correctly but in the other procedures
it results in the error message "You cannot jump to the indicated
record" (translated form german). Astoninglishly, going back to Windows
ME and Access 2000 the fault subsisted in the file I opened with Access
2002, whereas the files I did not open with Access 2002 remained ok
(uff). It seems that also the file is somehow infected.

Has anybody seen this behaviour and can tell me how I can get rid of the
problem?

As you would expect, my OEM-support could not give any hint.

Regards
Aldo
 
G

GVaught

Open your database up in the code editor mode and compile under the Access
2002 . If you get errors, open the Tools | References and look for missing
references. This is a common occurrence when converting from one version to
another. Reset any missing references, recompile your database and it should
work fine under XP/Access 2002.
 

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