I used this code to successfully run a report on a single record on one table/form but when I applied it to another table/form it comes-up with:

Syntax error (missing operator) in query expression 'FirmName=Smith Management Corporation'.

What am I missing?

Code:
Private Sub Command364_Click()
On Error GoTo ErrHandler
DoCmd.OpenReport ReportName:="FirmSummary", View:=acViewPreview,
...