I am appending data from one table to another. I was wondering once I use an append query to transfer data from TABLE1 to TABLE2, is TABLE2's data already updated?
Are append queries the same as an update?? Basically I just want to ensure my data is saved into the table safely.
Thanks for any input.
Are append queries the same as an update?? Basically I just want to ensure my data is saved into the table safely.
Thanks for any input.