Guest_imported
New member
- Jan 1, 1970
- 0
I need to place a decimal point in a field
Example:
OLD NEW
1154 11.54
99 .99
152 1.52
Right now this field is numeric.
I tried using th MID function but I need a function that will first grab the "Right" two character then I can concatenate the rest of the data in the field.
Can Anybody help me?
Thanks,
scotta
Example:
OLD NEW
1154 11.54
99 .99
152 1.52
Right now this field is numeric.
I tried using th MID function but I need a function that will first grab the "Right" two character then I can concatenate the rest of the data in the field.
Can Anybody help me?
Thanks,
scotta