View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kou Vang[_2_] Kou Vang[_2_] is offline
external usenet poster
 
Posts: 34
Default Recordset Filter by Array

Is there a way that I can use the filter command with a recordset, but filter
it using an array to get out another field out of my collection?

recordset.filter = "Field1='array1'"