Hello,
just a quick dumb question guys, I have a data type that is a Number in my one table which is called Table1 and the format is 0.00. The field is called Num1. I want to update this field onto Table2 field Num2. But this data type of Num2 is Text. When i create an update query and update the Num2 field, the result shows just 0, not 0.00. I thought the text data type should just copy whatever the number field is?