B
bigbob
I have a form bound to a remote SQL table. Some idiot decided to store the
unit price data as text, so that 00012455 in fact means $124.55. I cannot
change the data type in the table because it doesn't belong to me. Creating
an unbound field to load and format the data in the OnCurrent event doesn't
work in datasheet view because the whole column displays the same value. Is
there a format function to display this ridiculous string as currency ?
unit price data as text, so that 00012455 in fact means $124.55. I cannot
change the data type in the table because it doesn't belong to me. Creating
an unbound field to load and format the data in the OnCurrent event doesn't
work in datasheet view because the whole column displays the same value. Is
there a format function to display this ridiculous string as currency ?