Hi,
I have a problem whereas the Count() and Sum() functions are inaccurate:
On a continuous form I am showing about 5000 records. In the form footer section I am showing totals and Counts:
Sum(BD_Amount)
Count(BD_No)
Pretty standard stuff. If I DO show navigation buttons then Sum and Count are correct. However if I DON'T show navigation buttons then the Count and Sum are wrong (Count about 250 - varies time to time). All records (5000) are shown correctly on form.
I can understand that Access is trying to be clever by giving up on counting because it thinks it doesn't have to (because no navigation buttons). How can I persuade Access to continue counting/summing without showing navigation buttons?
I have a problem whereas the Count() and Sum() functions are inaccurate:
On a continuous form I am showing about 5000 records. In the form footer section I am showing totals and Counts:
Sum(BD_Amount)
Count(BD_No)
Pretty standard stuff. If I DO show navigation buttons then Sum and Count are correct. However if I DON'T show navigation buttons then the Count and Sum are wrong (Count about 250 - varies time to time). All records (5000) are shown correctly on form.
I can understand that Access is trying to be clever by giving up on counting because it thinks it doesn't have to (because no navigation buttons). How can I persuade Access to continue counting/summing without showing navigation buttons?