S SnowB1 Registered User. Local time Today, 06:25 Joined Jul 7, 2005 Messages 22 Jul 14, 2005 #1 With using the following sql statement, is it possible to do more than one field at a time? SELECT Count(*) AS CountYes FROM (SELECT tblYesNo.fldYN FROM tblYesNo WHERE tblYesNo.fldYN=Yes); Thanks Bobby
With using the following sql statement, is it possible to do more than one field at a time? SELECT Count(*) AS CountYes FROM (SELECT tblYesNo.fldYN FROM tblYesNo WHERE tblYesNo.fldYN=Yes); Thanks Bobby