How can a reformat a number from 23 to 23.00 in a query. The format functions reformats it correctly but converts the number to text. I need to format the number as 23.00 and maintain the value as a number, not as a text. How can I do this ?
I did exactly what you recommended. When I open the query I can see the correct fixed 2 decimal format, but when the table is created it loses the decimals. This is a make table query.