Hi,
I am having some trouble converting a numeric field to a string within VB. The number is held as a currency field within an Access table, which is read into a recordset within VB and is being converted using the following :-
lo_string = "Description" + [VbCrLf] + CStr(lo_value)
When...