Question:Why doesn't the expression Count(Table1.Field1) return theright value?Answer:The Count function in the expression builder returns a numberthat increments by 1 with every call to Count. It does notbehave like the SQL Count function.