How to convert dot to comma number format?

R

Rajko

I have a table with a field witch has text property. This is a lookup field
witch contains article prices like
63.4173640 or .0565000. The format I want to use is either 63,417640 and
0,565000.
Is there a way to convert the field to this number format or is there VB
code to format it in a textbox with has this field as control source?
 
D

Douglas J. Steele

The regional settings on the machine should take care of that automatically
for you. If the regional settings haven't been set, that may mean that the
user doesn't want that format.
 

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