- Local time
- Yesterday, 19:45
- Joined
- Feb 19, 2002
- Messages
- 45,774
One report does not have an impact on the other. If a report does not have sorting defined, we will end up with an unordered set of data. Tables and queries are by definition unordered sets. Access confuses us into thinking that tables maintain some sort of physical order but that is because whenever you run a C&R, one of the tasks is for Access to sort every table into PK sequence and then rewrite it in physical order that way. Unless you update the records with lower PK values and cause them to move around, you will never notice. I've posted about this many times along with examples. The effect is much easier to see when working with SQL Server due to the different way that SQL Server actually retrieves records. But you can force the effect to manifest itself if you understand the problem and what causes records to be moved to the end of the file.