Hello experts,
I have the the following fields in csv:
amount_1 and amount_2 with the following format parameter n+m+1.
The complete length of the field should be (13,2) where:
n=13 number of places to the left of the decimal point
m=2 number of places to the right of the decimal point.
I would like to define 2 fields in access with this content:
amount_1= 49950.00
amount_2= 49950.00- (where - or + is a algebraic sign)
Could somebody tell which access data type is appropriate for my case and how to solve it?
Thanks
Lamso