Record Count Format

G

Guest

Hi There,

I am doing a record count in one of my queries:
"CountOfRECORD TYPE"
It result needs to be right justified and 9 numeric characters, in the
format "000000000".
Please can someone tell me the right calculation to use, as I have tried
different
ways and am not getting the right result.

Thanks so much.
 
F

fredg

Hi There,

I am doing a record count in one of my queries:
"CountOfRECORD TYPE"
It result needs to be right justified and 9 numeric characters, in the
format "000000000".
Please can someone tell me the right calculation to use, as I have tried
different
ways and am not getting the right result.

Thanks so much.

Exp:Format(Count([SomeField]),"000000000")

If this is a Total (Group By) query, set the Total row to Expression
for this column.
 

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