G
Guest
Hi,
I have a tricky one here. I am trying to generate a report in MS-Access
2003. The problem is that one of the fields I am running my query from has
values that should be stored as numeric stored as memo. So one record will
have a values like:
999999
999999.00
999,999.000
$999,999.00
$999999
They should all be 999,999.00 since this data is supposed to be dollar
amounts. I was thinking of creating a separate make table query to read
through the table and convert all/most of the values to be in the correct
format. I know how to create everything except any code needed to actually
format the data. Does anyone know how to do this?
I have a tricky one here. I am trying to generate a report in MS-Access
2003. The problem is that one of the fields I am running my query from has
values that should be stored as numeric stored as memo. So one record will
have a values like:
999999
999999.00
999,999.000
$999,999.00
$999999
They should all be 999,999.00 since this data is supposed to be dollar
amounts. I was thinking of creating a separate make table query to read
through the table and convert all/most of the values to be in the correct
format. I know how to create everything except any code needed to actually
format the data. Does anyone know how to do this?