Hi all,
Im looking to split numbers from my database.
Basically, the database displays the number in the format, 123456, and I would like to place a decimal point to make it 1.23456.. how would I be able to achieve this?
EDIT: Ok, just solved by dividing the number by 10,000.. Damn I hate it when its so simple!! :queasy:
Thanks,