I have a VB/Access application that is in the United States. When a user enters the fraction one quarter they they enter 0.25 I need to move the database to Europe where in some countries they would enter 0,25 for the same one quarter fraction. Is there a way in Access or even SQL server to allow this to happen. The fields in the database are defined as number(double) and there are many queries that operate on numeric data. Ideally I would create a new database that allows for the comma and still works on numeric data.