Here's my query SQL: SELECT GRNs_In_The_System.ID, GRNs_In_The_System.Date,
GRNs_In_The_System.[FOI Number], GRNs_In_The_System.Subtype,
GRNs_In_The_System.Docnum, GRNs_In_The_System.InSystemNotStarted,
GRNs_In_The_System.[sent copyright to Rich], GRNs_In_The_System.[ready for
redaction], GRNs_In_The_System.[ready for the web], GRNs_In_The_System.[on
web], IIf([InSystemNotStarted]+[sent copyright to Rich]+[ready for
redaction]+[ready for the web]+[on web]=0,1,0) AS NoChecks,
GRNs_In_The_System.[Amendments/Supplements],
GRNs_In_The_System.[Amendments/Supplements posted]
FROM GRNs_In_The_System;
Thanks so much in advance for your help,
Ellen
KARL DEWEY said:
Why would you group on a check box? I would think you would apply criteria
only to get either Yes or No's.
Post your query SQL.