Hi everyone,
I'm wondering how to enter code that says, "Delete all the rows in a table except the last one". Does anyone know how to do this? I was thinking something along the lines of:
Do Until CurrentRecord Is Last
...
Loop
-with the "..." representing a simple deletion macro I built. However, this does not work.
Thanks!
I'm wondering how to enter code that says, "Delete all the rows in a table except the last one". Does anyone know how to do this? I was thinking something along the lines of:
Do Until CurrentRecord Is Last
...
Loop
-with the "..." representing a simple deletion macro I built. However, this does not work.
Thanks!