T
TLuebke
I'm using VB to pull data from a table to create an xml file. The Amount
field is stored as a datatype decimal and I can see the trailing zeros in the
table.( I'd store the amount as currency but I don't want the $ sign.) But
when I run it through my code I lose the trailing zeros in the xml file.
I've tried to convert to currency and string but I still lose any zeros to
the right of the decimal. Any idea how I can retain the zeroes?
Thanks
Todd
field is stored as a datatype decimal and I can see the trailing zeros in the
table.( I'd store the amount as currency but I don't want the $ sign.) But
when I run it through my code I lose the trailing zeros in the xml file.
I've tried to convert to currency and string but I still lose any zeros to
the right of the decimal. Any idea how I can retain the zeroes?
Thanks
Todd