TurboBeagle
New member
- Local time
- Today, 04:40
- Joined
- Apr 10, 2003
- Messages
- 6
I am querying on a query. The first query is taking out bad data (and replacing it with NULL). The second query is using the TOTALS function, and I am trying to use the AVG of the field. The query says the field is no longer a value field ("DATA TYPE MISMATCH IN CRITERIA EXPRESSION").
The point of replacing the bad data (which are 0's and other garbage data) is so that the garbage data does not affect the average.
I could exclude the records with the bad data, but then I would have to have a query for every field I am doing this to, which is about 50, instead of 1 query.
Any suggestions? Thanks!
The point of replacing the bad data (which are 0's and other garbage data) is so that the garbage data does not affect the average.
I could exclude the records with the bad data, but then I would have to have a query for every field I am doing this to, which is about 50, instead of 1 query.
Any suggestions? Thanks!