D
Daniel P
Hello
How can I loop through every record in a table and edit the value of each. I tried the code below but I can't get it to work
Set rs = Me.Recordset.Clon
rs.MoveFirs
Do While Not EO
With r
Me.Bookmark = rs.Bookmar
.Edi
.Fields("Include In Report") =Tru
.Updat
End Wit
rs.MoveNex
Loo
Daniel
How can I loop through every record in a table and edit the value of each. I tried the code below but I can't get it to work
Set rs = Me.Recordset.Clon
rs.MoveFirs
Do While Not EO
With r
Me.Bookmark = rs.Bookmar
.Edi
.Fields("Include In Report") =Tru
.Updat
End Wit
rs.MoveNex
Loo
Daniel