You can use the Control's Format property to do this.
Set the property to:
#;0;\0
See Access Help files regarding
format Property + Number and Currency datatypes
Or, if this field is part of a concatenated control:
="The amount due is $ " & Format([ControlName],"#;\0")
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.