
03-17-2004, 03:41 AM
|
|
Freshman
|
|
Join Date: Mar 2004
Location: Munich
Posts: 36
|
|
Format table cells : 123,456,789.00 <=> 123.456.789,00
|
Hi, I've got two tables in my Access which are fed with data from two corresponding excel sheets.
Since I work in Germany, we often get data in German numeric format ("," to separate thousands and "." to separate decimals) but we also get data in American format ("." to separate thousands and "," to separate decimals).
123,456,789.00 <=> 123.456.789,00
Now I want to compare those two tables and see if all cells are equal. Of course, if I have one table with German format and one with American, the cells will never be equal.
What do I do? I want it all hard-coded in Access with the user having to determine which table has what format and according to his choice (radio buttons) I will transform one table to the opposite format and then start comparing.
All cells are full only of numbers but they are all formatted as Strings.
Can anybody help? It iss very important to me.
|
|