C collinm Registered User. Local time Today, 14:34 Joined Apr 20, 2006 Messages 14 Dec 11, 2009 #1 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?
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?
M Mr. B "Doctor Access" Local time Today, 13:34 Joined May 20, 2009 Messages 1,932 Dec 11, 2009 #2 I would suggest that you use an input mask on the field. with that users will not need to provide the dot or anything.
I would suggest that you use an input mask on the field. with that users will not need to provide the dot or anything.
ajetrumpet Banned Local time Today, 13:34 Joined Jun 22, 2007 Messages 5,637 Dec 11, 2009 #3 you could always use the replace() function too, if it fits your needs.