I have a MS Access 2007 database. I have run into an issue (and I'm sure more will pop up) with some clients in Columbia and Ecuador where their numbering format is different than the U.S. They use a "." decimal point (or period) character for their Millions and Thousands separator and use a "," comma character for the decimal place. This either causes a type mismatch error, or my own validation catches it as an error, although I'm only using the IsNumeric() function to check the field contents.
I would assume MS Access would recognize whichever regional keyboard format is set up in the users Windows settings.
Can anyone shed some light on this for me? As of right now, the only fix is to change the users keyboard settings to use a "," for the millions and thousands separator and a "." for a decimal.
Any help would be greatly appreciated! :-)