I'm trying to convert a cost field from number to having a decimal place. So I want 1 to be 1.00 and 5.4 to be 5.40. If I go into the tables design view and change the field size to decimal and select how many decimal places it won't change anything the way I want. I tried using CDec function but it said invalid format.
Is there a function that will do this for me? thank you