(Actually you will want to avoid Names with spaces.)
If you have names with spaces you must enclose them in square brackets
=Dcount("[Muster Status]","[tblCrew]","[Muster Status]=" & 1)
(Here I put brackets around "tblCrew" for consistency.)
;-)
Jeff