Formatting a field from a view

J

Jay

I am using a SQL server view as the recordsource of a report. There are decimal fields that I am bringing into the report and it will not let me format it as currency. I do a count in the view and that will come and let me format it as I like, but the decimal fields will not. I want to simply make it currency with 0 decimal points. I have tried using CAST in the view and format([fieldname],'currency') in the report but neither will do the trick. Any advice

Thanks!
 

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.

Ask a Question

Top