Rattlesnake
Registered User.
- Local time
- Today, 14:02
- Joined
- Sep 19, 2002
- Messages
- 31
hi,
I was confused as to where to submit this question so I put in the general section.
I converted an application in Access 97 to Access 2000. DAO 3.51 was used in the Access 97 app. While converting DAO 3.6 was automatically refrenced. The application was running fine.
Now I split the tables and the non-table entities using the "Database Splitter".
Now ,When I run the application it gives me an error :
"Operation is not Supported for this Type of object"
wherever i have used the "recordset1.INDEX" property. The recordset is declared and used as
dim recordset1 As Recordset.
recordset1.INDEX= idx.Name ** Error is on this statement
This error occurs only and only when I use the INDEX property of the recordset and nowhere else. And it only occurs when I split the database(it works fine when the tables and other ibjects are in one database).
Anybody has an idea on how to fix this???
Thanks a lot.
I was confused as to where to submit this question so I put in the general section.
I converted an application in Access 97 to Access 2000. DAO 3.51 was used in the Access 97 app. While converting DAO 3.6 was automatically refrenced. The application was running fine.
Now I split the tables and the non-table entities using the "Database Splitter".
Now ,When I run the application it gives me an error :
"Operation is not Supported for this Type of object"
wherever i have used the "recordset1.INDEX" property. The recordset is declared and used as
dim recordset1 As Recordset.
recordset1.INDEX= idx.Name ** Error is on this statement
This error occurs only and only when I use the INDEX property of the recordset and nowhere else. And it only occurs when I split the database(it works fine when the tables and other ibjects are in one database).
Anybody has an idea on how to fix this???
Thanks a lot.