I have used this code sequence a lot with no problems - until Access2000.
Dim dbs as database, rst as recordset
set dbs=currentdb
set rst=dbs.openrecordset(tablename)
rst.index= desired index
etc,etc,etc
Now, I'm getting error msg saying I can't set that property for the object. Do I need to register something? I suppose I should have relented and started using ADOB? (How hard a conversion is that?) I think the solution is obvious; I just can't see it. Help Please. Thanks in advance.
Dim dbs as database, rst as recordset
set dbs=currentdb
set rst=dbs.openrecordset(tablename)
rst.index= desired index
etc,etc,etc
Now, I'm getting error msg saying I can't set that property for the object. Do I need to register something? I suppose I should have relented and started using ADOB? (How hard a conversion is that?) I think the solution is obvious; I just can't see it. Help Please. Thanks in advance.