Hi All, I have a module which converts No into figures.
If the field containing the No is not a true field but containing a function to get any value like e.g. Sum([Amount]), it did not give the proper result.
But the value I want to convert is a result of calculation of subform Sum([Amount])-[Discount] which is another field in my form...
I tried to put my code to read from subform sum but gave an error.. Hope to get any clue please with many thanks

If the field containing the No is not a true field but containing a function to get any value like e.g. Sum([Amount]), it did not give the proper result.
But the value I want to convert is a result of calculation of subform Sum([Amount])-[Discount] which is another field in my form...
I tried to put my code to read from subform sum but gave an error.. Hope to get any clue please with many thanks