A
Alex
I need to fill out some table with temporary data.
I'm using append query to transfer data there. But, before
I need to delete old data.
I can delete the whole table and create a new one with the
same name and insert data there. But, it would be much
more easier just to delete all rows instead of deleting
and recreating whole table.
I would appreciate if anybody could advise whether the
approach like this exists and how it can be used.
Thanks
I'm using append query to transfer data there. But, before
I need to delete old data.
I can delete the whole table and create a new one with the
same name and insert data there. But, it would be much
more easier just to delete all rows instead of deleting
and recreating whole table.
I would appreciate if anybody could advise whether the
approach like this exists and how it can be used.
Thanks