Hey,
Should work. What you will need to do is something like this:
rs.Movefirst ''' Seem to get into trouble sometimes if I don't use this
rs.Find(Left$(string1,len(trim$(string1))), 0, adSearchForward, adBookmarkFirst)
Then depending on how the grid is setup bound or unbound, sorted or...