Hi Im need some help here!!
I have a number field in access
for example
12.99
and I want to convert this to text
0000000001299
I have used this:
Format([amt_payment],"000000000000")
But I get it rounded up to
0000000000013
any ideas??
thanks
brendan
I have a number field in access
for example
12.99
and I want to convert this to text
0000000001299
I have used this:
Format([amt_payment],"000000000000")
But I get it rounded up to
0000000000013
any ideas??
thanks
brendan