M
mission2java_78
Guest
+dcx693 said:Ugh. Crap. I keep forgetting syntax. You need to enclose field names in brackets when using DCount, and you do not specify the table names again, since you've already done that in the second parameter.
Try:
"([SubmissionID]='" & [Forms]![frmWIPMAIN]![SUB_ID]) & "') AND ([SectionPostionTitle]='DistrictSupervisor') AND ([SectionDecisionID]=1)"
That's incorrect also.
Your parenthesis cannot be enclosed around the actual call to DCount...
Namely,
DCount(")" is incorrect.
Jon