mistercormell
Registered User.
- Local time
- Today, 19:48
- Joined
- Feb 20, 2007
- Messages
- 15
I have a real issue with my database and a large number (not all) of the queries that make up the database system. The information is presented as reports but it is a problem with the query not the reports.
It seems that I have a simple select query that does a few calculations and other stuff, but yet it only selects data that has been on the system for a while. E.g. if I were to enter a new record now that would be selected by the query (and checked it had been stored in the correct table) it would not appear in the results of the query.
It seems that the queries won't find data that has just recently been entered, only results that were entered before a specific date in the past.
I'm confused why it does this? Can anyone explain?
It seems that I have a simple select query that does a few calculations and other stuff, but yet it only selects data that has been on the system for a while. E.g. if I were to enter a new record now that would be selected by the query (and checked it had been stored in the correct table) it would not appear in the results of the query.
It seems that the queries won't find data that has just recently been entered, only results that were entered before a specific date in the past.
I'm confused why it does this? Can anyone explain?