Bennie47250
Programmer
I’m taking a Decimal field and converting it to a string using the Cstr() function so I can concatenate several fields together.
In the Decimal field in the table the number's look like 560.00 and 4.30 but after it is converted it looks like 560 and 4.3. How can I have the zero’s show up after it has been converted to a string?
Thanks
In the Decimal field in the table the number's look like 560.00 and 4.30 but after it is converted it looks like 560 and 4.3. How can I have the zero’s show up after it has been converted to a string?
Thanks