vendredi 25 mai 2007

Récupérer un recordset depuis un Result List


Set rstSRL = UIMaster.RUICenter.Recordset
rstSRL.MoveFirst
Do Until rstSRL.EOF
if rstSRL.Fields("MultiSelect@MS").Value = -1 Then
' Do something
End if
Loop

Aucun commentaire: