Format a textbox

I have a textbox that is bound to a integer field. It has 12345 in it, I want it to show 12,345. I tried setting the format property to

Try using DecimalPlaces property, taking a look to Customer Card may help you, watch Credit Limit or Balance fields.

Hope it helps !!

Check the Property = Format for the text box on the Form.

There’s plenty to learn there.