I donât think so. As you might know, when you open a 97 db in 2K, it will not allow modifying that db.
What you probably want to do is create intermediate files of the data that you want moved into 97, then use 97 to import those data. (Comma Separated Variable [.csv] files, fixed width text files, etc.)
You might be able to open a 97 db in VBA as a database object, to add, delete or read data. I'm pretty sure you will not be able to create a 97 .mdb, though.
|