This is sample VB code. Modify it to suit your own needs
While Not rsSuppliers.EOF
DoEvents
With Mode
.dmDefaultSource = 1
.dmFields = &H200
End With
Response% = PEOpenEngine()
strSQL = ""
strSQL = "isnull({Beneficiaries.dt_Date_of_Update}) and...
Hi,<br><br>I posted a question on this and then solved it myself. This is the code I used which I am sure you can modify<br><br>While Not rsSuppliers.EOF<br><br>DoEvents<br><br>With Mode<br> <br> .dmDefaultSource =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.