Got a dumb question.
I’ve got 3 Access fields. the first and second are fixed, two decimal. I want the third field to be the difference between the first two fields, converted to text, yet retain the fixed, two decimal format. I’ve tried Cstr(field1 – field2) but that drops the trailing zero if the result is nn.10. Thanks