Thane Sherrington Tue, 07 Nov 2006 17:00:53 -0800
At 09:31 AM 07/11/2006, Brian Weeden wrote:
What I was looking for with the counting was if there were 10 A1s in that field in the entire database, I wanted it to show the number.
SELECT Count(FieldName) FROM TableName WHERE (((FieldName)='A1')); T