I have a table that contains numbers and I changed the type from VARCHAR to Float 7,2 which changed the display of the column to include a decimal point and 2 decimal places. The problem is that the column contains numbers that have 4 numbers plus 2 decimal places and the display will only show 999.99 and it won't change, even if I go back and change it back to VARCHAR.
What has happened to effect this, and what do I have to do to fix it, short of deleting the table and starting over again.