I am getting an error when I try to use a recordset to sort another. ADODB 800a0bcd
Which says, I don't have a current record. I see that I have records displaying in both recordsets that I set up when I run a test.
I have rsPersonnel which uses 2 tables, primary ID is PersID, it also queries for DocID.
I have rsPersonnelDoc which has multiple tables. I use var1 with a WHERE tblDoc.DocID in (var1) and a run time value of (rsPersonnel.Fields.Item("DocID"
.Value)
Now, I think it is my logic (I don't have any) rather than a missing record. Could someone take a look at this and let me know what ya think? I really appreciate any help...
Thanks!
Sad Va...
Which says, I don't have a current record. I see that I have records displaying in both recordsets that I set up when I run a test.
I have rsPersonnel which uses 2 tables, primary ID is PersID, it also queries for DocID.
I have rsPersonnelDoc which has multiple tables. I use var1 with a WHERE tblDoc.DocID in (var1) and a run time value of (rsPersonnel.Fields.Item("DocID"

Now, I think it is my logic (I don't have any) rather than a missing record. Could someone take a look at this and let me know what ya think? I really appreciate any help...
Thanks!
