J
J. Keggerlord
=DCount("[ToolID]","tblTools","[LoadDue] >= [DateNow] AND [LoadAct] IsNull")
ToolID is a field in my table that is an autonumber (hence, always
populated), tblTools is the table in which ToolID, LoadDue, and LoadAct
reside. DateNow is field on my actual report. For some reason, my syntax is
giving me an error. I also tried using a Count-Iif statement, which gave me
an error, too. There is no record source to which the report is tied. Any
thoughts? You can start your response with the words "Well, idiot...." and
I'll not be offended.
ToolID is a field in my table that is an autonumber (hence, always
populated), tblTools is the table in which ToolID, LoadDue, and LoadAct
reside. DateNow is field on my actual report. For some reason, my syntax is
giving me an error. I also tried using a Count-Iif statement, which gave me
an error, too. There is no record source to which the report is tied. Any
thoughts? You can start your response with the words "Well, idiot...." and
I'll not be offended.