P
Paul W
Hi - I'm taking over an Access 2000 app.
In any loop where the code adds/edits data to a recordset, it has this:
while...
.AddNew
...
.Update
.Bookmark=.LastModified
end
I understand what the last line would do, I just don't understand what good
it might do in this situation. Any thoughts?
Thanks,
Paul.
In any loop where the code adds/edits data to a recordset, it has this:
while...
.AddNew
...
.Update
.Bookmark=.LastModified
end
I understand what the last line would do, I just don't understand what good
it might do in this situation. Any thoughts?
Thanks,
Paul.