M
Markus Wallner
Hi!
My task is to convert an old MS Access database with Austrian Schilling
values into Euro. I use the following update statement:
UPDATE RateTrain SET Rate=Rate/13.7603;
This basically works fine! The problem is that, for example, the value 31 is
converted into 2,252857.... Is it possible to add a format string into the
update statement, so that only the first two decimal places are displayed?
Database: MS Access 2003
Thanks in advance,
Markus
My task is to convert an old MS Access database with Austrian Schilling
values into Euro. I use the following update statement:
UPDATE RateTrain SET Rate=Rate/13.7603;
This basically works fine! The problem is that, for example, the value 31 is
converted into 2,252857.... Is it possible to add a format string into the
update statement, so that only the first two decimal places are displayed?
Database: MS Access 2003
Thanks in advance,
Markus