I have just had an occurence that doesn't make any sense to me at all. My offsider was entering information via a form. The information is used in a query to feed a report. He noticed that the data in the report hadn't updated.
Easy fix, thinks I - exit the form to ensure the table is up dated; refresh the query. No so easy. Even after closing the database down the query was still showing the wrong information.
I checked the tables in the backend - correct information. I created a new query based on the same data - correct information. Old query - still incorrect data. I also checked that the fields in the query were the fields I thought they were in the table - all good.
I have fixed it by simply deleting the old query and starting again, but I'm wondering what would cause such an issue?
Easy fix, thinks I - exit the form to ensure the table is up dated; refresh the query. No so easy. Even after closing the database down the query was still showing the wrong information.
I checked the tables in the backend - correct information. I created a new query based on the same data - correct information. Old query - still incorrect data. I also checked that the fields in the query were the fields I thought they were in the table - all good.
I have fixed it by simply deleting the old query and starting again, but I'm wondering what would cause such an issue?