V
Vi
Hi,
I have a row that has a datatype of "text", I have converted it to a
"number" by using Cdbl. But when I want to put leading zeros in front of the
converted row, the datatype becomes a text again.
For example:
0001 (text)
1 (number)
When I use format([field],"00000",5) it becomes a text again
My understanding is that the format should not convert the number back to a
text datatype.
Can someone explain what is happening here?
Thanks
V
I have a row that has a datatype of "text", I have converted it to a
"number" by using Cdbl. But when I want to put leading zeros in front of the
converted row, the datatype becomes a text again.
For example:
0001 (text)
1 (number)
When I use format([field],"00000",5) it becomes a text again
My understanding is that the format should not convert the number back to a
text datatype.
Can someone explain what is happening here?
Thanks
V