I currently use a database into which I import a fair amount of data on a bi-monthly basis. Before I can import that data, I need to delete the existing records from the tables.
I currently do this with a selection of delete queries which I call sequentially through a vb sub.
Is there a better/less query intensive way to do this?
Many thanks for any assistance.
0bs
I currently do this with a selection of delete queries which I call sequentially through a vb sub.
Is there a better/less query intensive way to do this?
Many thanks for any assistance.
0bs