G
Guest
The .MoveNext takes me to the deleted record. How do I get rid of this
record? I thought the .delete also removed it from the table, but it doesn't
until I close the table.
Here is my code....
With Mytable
do while not .eof
.Delete
.MovePrevious
.Edit
!EndTime = txtEndTime
!FuncSeq1 = !FuncSeq1 & TempFuncText2
!TheDevice = RobotName
.Update
.MoveNext
loop
end With
Thanks,
Sarah
record? I thought the .delete also removed it from the table, but it doesn't
until I close the table.
Here is my code....
With Mytable
do while not .eof
.Delete
.MovePrevious
.Edit
!EndTime = txtEndTime
!FuncSeq1 = !FuncSeq1 & TempFuncText2
!TheDevice = RobotName
.Update
.MoveNext
loop
end With
Thanks,
Sarah