How to get comma-separated number with a concatenation

D

DOYLE60

I have a numeric textbox on a form called Text409. I have another box,
referring to that field with this in the Control Source:

=[Text409] & " Total Units"

Since there never will be only one unit, I don't have to correct for the
plural. But the problem is that it returns numbers without the separating
comma. I get:

10786 Total Units

But what I really want is:

10, 786 Total Units.

What is the right format to get it to return what I want?

Thanks,

Matt
 

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