A
Agnes
drBranchForm = sqldatareader
For Each drBranch In dtUserBranch
Do While drBranchForm.Read
.......... Problem (A)
Loop
Next
I found that the datarreader only loop onces , ?? How can I make it restart
the sqldatareader ???
Thanks
For Each drBranch In dtUserBranch
Do While drBranchForm.Read
.......... Problem (A)
Loop
Next
I found that the datarreader only loop onces , ?? How can I make it restart
the sqldatareader ???
Thanks