Converting 2000 to earlier vesion

message from =?Utf-8?B?SmltIFRpbmRlcg==?= on 20 May 2004
With myrecordset
=> .FindFirst findcriteria
End with

Are there references I need to add before I can convert? Do I need to have the tables in the database instead of linked?

Thanks
Jim Tinder
 
Douglas J. Steele replied to =?Utf-8?B?SmltIFRpbmRlcg==?= on 20 May 2004
Access 2000 used ADO by default, while Access 97 used DAO. It's possible
that your application is using ADO methods, which could make conversion
backwards very difficult.

With any code module open, select Tools | References from the menu bar,
scroll through the list of available references until you find the one for
Microsoft DAO 3.5x Object Library, and select it. Since you're not going to
be using ADO, uncheck the reference to Microsoft ActiveX Data Objects 2.x
Library

Once you've done that, go to the Debug menu and Compile your application.
It'll show you anything that needs to be converted by hand.
 

Archived message: Converting 2000 to earlier vesion (Microsoft Access Error Message)