Question how to convert . to comma in decimal number?

collinm

Registered User.
Local time
Today, 15:28
Joined
Apr 20, 2006
Messages
14
hi

some user use comma for decimal number and some other use dot

i know ms-access use regional setting

when i record value in the database and the decimal use comma is there a way to convert it to use dot?
 
I would suggest that you use an input mask on the field. with that users will not need to provide the dot or anything.
 
you could always use the replace() function too, if it fits your needs.
 

Users who are viewing this thread

Back
Top Bottom