I'm getting a nomatch on:
even though I know that record is in the recordset (because I can loop through and debug.print it). I've tried putting a .movefirst before it, no help. Also changing the syntax in several ways, all of which produce an error. The above syntax doesn't produce an error; it just doesn't move the pointer.Code:.FindFirst .Fields("fldSortOrder") = 4
Any thoughts?
Thanks, Ron