Hi Rachel1
Try the following:
=IIf(IsError([LastName]),"0",Count([LastName]))
Please note that my field name has no spaces - LastName instead of Last Name.
Another thing to try:
If your text box on your report is also called Last Name (or even LastName) this can create a problem as the...