Crookshanks
Technical User
Good afternoon,
In my application I use linked tables. Now, I meet a problem (error = operation not supported with this type of object) when I want to search something in that tables using an indexed field, something like this:
rsInt = db.openRecordset("tbl_intermediars")
rsInt.index = "primary key"
rsint.seek "=", 1
Now it seems that that I can not use the indexes of a table when it is a linked table. Why does this happen, and who has a solution? Do I need to "loop" through all records with a do while-statement?
Kind regards,
In my application I use linked tables. Now, I meet a problem (error = operation not supported with this type of object) when I want to search something in that tables using an indexed field, something like this:
rsInt = db.openRecordset("tbl_intermediars")
rsInt.index = "primary key"
rsint.seek "=", 1
Now it seems that that I can not use the indexes of a table when it is a linked table. Why does this happen, and who has a solution? Do I need to "loop" through all records with a do while-statement?
Kind regards,