I put the following command in line one of the field (in the design view of the query) as you said
Your Statement:
Format(Nz(YourField,0),"Currency")
My Statement:
Format(Nz(Parts,0)"Currency")
This is what it changes to:
Expr1: Format(Nz([Parts],0),[Currency])
When I run the querry it is...