Tying to create a form that will count records in tblClientTracking where the year in the SubmitDate field is
only the current year.
This syntax is giving me #error and #headache!
=DCount("[SubmitDate]","[tblClientTracking]","DatePart('yyyy',([SubmitDate]))"
Anyone see what's wrong with this?
TIA -
R. Fisher
only the current year.
This syntax is giving me #error and #headache!
=DCount("[SubmitDate]","[tblClientTracking]","DatePart('yyyy',([SubmitDate]))"
Anyone see what's wrong with this?
TIA -
R. Fisher