Hi,
I wonder if anyone know detialed rules about what should happen when data is pasted into a table where the data is sorted.
I have one table sorted by non-Key field (a-z). I was pasting a set of data from another table to this sorted table every day. All new data have the sorted field value > exisring value, so they appear at the bottom of the table. However, I found out recently that only 1 data was added (because I need to create 1 new record when pasting the data), and the rest of the new data was overwriting the data at the top of the table with the smallest sorted value.
I guess that the 1st pasted record has the sorted field = blank for a split second which placed the first pasted record at the top of the table. This would have made the rest of the records to overwrite existing records. However, I didn't receive any warning messages during this process. I was believing that I was adding all of the pasted records to this table for a long time.
Now, I am reviewing all of the 'sorted' tables just in case and found that the above is not the case on some of the tables. When table is sorted by an auto number field (key field), new data is created (=added to the table) when I paste data into the table. 2nd, 3rd....... data do not overwrite the existing data.
Do you know what the rules are? I would like to apply 'sort' with confidence knowing the rules.
Thanks,