I am importing data from spreadsheet to access database. One of the column in the spreadsheet has data as:
a. Purely numbers
b. Purely alphabets
c. Alphanumeric
The same field in the access is set as "Text" data type.
On importing the spreadsheet, I am getting conversion error for this columns. It has only imported cells with purely numeric characters (point a above).
By nature, the cells will have data type as mentioned above (point a,b, and c).
What do I do to import all the data?
Kindly advise
a. Purely numbers
b. Purely alphabets
c. Alphanumeric
The same field in the access is set as "Text" data type.
On importing the spreadsheet, I am getting conversion error for this columns. It has only imported cells with purely numeric characters (point a above).
By nature, the cells will have data type as mentioned above (point a,b, and c).
What do I do to import all the data?
Kindly advise
Comment