I have a table where I indexed one of the fields. Now I want to use a SEEK command on it, but I am getting an error. The field "Parent" is set as an index (Dupes OK) in the table structure.
Set rst = db.Openrecordset("Task_Information",dbOpentable)
rst.Index = "Parent" ' the field that has the index
Set rst = db.Openrecordset("Task_Information",dbOpentable)
rst.Index = "Parent" ' the field that has the index