Not an actual skip method but by code like this...
Code:With lstQueryResults .Clear Do While Not rs.EOF If Not IsNull(rs.Fields(strQuery).Value) Then .AddItem rs.Fields(strQuery).Value & "" End If rs.MoveNext Loop End With
|
Results 1 to 8 of 8
Threaded View
|
Click Here to Expand Forum to Full Width |