I have a table which i import a file into once a week. For some reason the table will not accept the account number as a number. It will only accept it as text. So my plan is to import to a temp table as text then append to the correct table. So i tried to convert the text field using Format, e.g. - Expr1: Format([MyText],"General Number").
However when i try to run the append query i get "Type conversion failure". Here is an example of the data contained in the field. As far as i can tell these look like perfectly normal numbers and shouldnt be a problem, does anyone have any ideas of what i might do?
4002234003027
4002234001021
4002430196013
4002600115010
4002731004010
Cant think of anything...
However when i try to run the append query i get "Type conversion failure". Here is an example of the data contained in the field. As far as i can tell these look like perfectly normal numbers and shouldnt be a problem, does anyone have any ideas of what i might do?
4002234003027
4002234001021
4002430196013
4002600115010
4002731004010
Cant think of anything...