B
_Bigred
I am trying to have a form that will give me
a total count of "grievance records" by year
E.G
1986 - 4
1987 - 26
1988 - 45
etc... (right now my years go from 1986 through 2003).
I have tried the following in a Unbound text box but get the dreaded "error"
in the text box. (this should display a total count for grievances filed in
1986. how do i make it work?
=DCount("[Date Submitted]","[Grievance Table]","[Date Submitted]" =
Thanks in advance,
_Bigred
a total count of "grievance records" by year
E.G
1986 - 4
1987 - 26
1988 - 45
etc... (right now my years go from 1986 through 2003).
I have tried the following in a Unbound text box but get the dreaded "error"
in the text box. (this should display a total count for grievances filed in
1986. how do i make it work?
=DCount("[Date Submitted]","[Grievance Table]","[Date Submitted]" =
#12/31/1985# AND <#1/1/1987#")
Thanks in advance,
_Bigred