Hello
I have a public function setup as a module which appends a modulus 11 checkdigit to a number. The thing is I'm getting different results when the input is a number from a query field and when the input is just a manually entered number
eg.
anpostocr([Bank_Branch_Code])
yields 000021008
where Bank_Branch_Code = 000021
and
anpostocr (000021)
yields 0000213
The latter is the correct result.
Any help would be much appreciated.
Paraic