I want to import a csv text file that
the records looks like this ...
0001,hammer,12.25+,25
0027,hammer bag,4.85-,1
0035,blue lamp,15.95+,3
0046,lamp bulb,11.85-,1
---this is: ItemId,Description,salesAmt,Quantity
How can I import this file that the field [salesAMT] have the SIGN at the end of the number ?
How can I tell access that a field have the sign at the end.
Thank you



