I have a Continuous form populated from Query.
In the Form Header I have an unbound text Box. I added =Count([StepID]) Then tried =Count([TxtStepID]) (operator name) There are no blanks and the field is numerical... I should return 5 but it returns Error.
I have successfully used DCount referencing the Query - but it takes too long to populate (because it is a rather complicated set of iifs etc...
BUT I can't even get the simple Count([StepID]) to work