Yes, I think using the criteria [Enter Year] in DCount is a problem.
There is probably a better way to do this, but you could try adding a field (ex. [othertextfield]) with a control source of
IIf([field1]='required value',1,0)
under 'Detail' and set the 'Visible' property to 'No' and the...