pullingteeth
Programmer
Hello, the company I work for is moving to an XP platform; the database I maintain won't work using Access 97 under the XP installation without the VB6 runtime, which the company is reluctant to include as part of the base rollout. So, I'm having to convert it into Access XP.
The built in Access importer failed on a RecordSet declaration; I bet it wanted me to declare it as an ADO object. However, I know that DAO can be used in Access XP (right?), and therefore don't want to change.
So, I imported all of my forms, tables, etc, and now am hitting a new problem: it doesn't seem to mind the RecordSet declarations any more, but it objects to dbOpenDynaset, dbOpenSnapshot, etc in the OpenRecordset function calls ("variable not defined").
Do you know any way around this?
Thanks
The built in Access importer failed on a RecordSet declaration; I bet it wanted me to declare it as an ADO object. However, I know that DAO can be used in Access XP (right?), and therefore don't want to change.
So, I imported all of my forms, tables, etc, and now am hitting a new problem: it doesn't seem to mind the RecordSet declarations any more, but it objects to dbOpenDynaset, dbOpenSnapshot, etc in the OpenRecordset function calls ("variable not defined").
Do you know any way around this?
Thanks