C
colleen
I know how to make the import file place a decimal and 2
zeros at the end. That is NOT what I want to do. I have
a .txt file i'm importing to a table. It contains data
(dollars) in the following format...22700 or 535
I want access to place a decimal point TWO places from the
right or make it read 227.00 and 5.35. All i can get it
to do is convert them to 22700.00 and 535.00.
Can anyone help me set up my table to have access have a
SET decimal 2 places from the RIGHT in the data, no matter
how many digits the raw data contains?
Thanks
zeros at the end. That is NOT what I want to do. I have
a .txt file i'm importing to a table. It contains data
(dollars) in the following format...22700 or 535
I want access to place a decimal point TWO places from the
right or make it read 227.00 and 5.35. All i can get it
to do is convert them to 22700.00 and 535.00.
Can anyone help me set up my table to have access have a
SET decimal 2 places from the RIGHT in the data, no matter
how many digits the raw data contains?
Thanks