S
Subenemi
Hi all, I am having a problem with the DoCmd.TransferSpreadsheet
acImport
When I import a spreadsheet from Excel to Access, there is a column
that can have both numbers and characters.This column, when it has
both values, for example, a 0 (zero) and an A, if there are more than
25 lines with numbers, will only import the numbers, even if the table
definition on Access for that column is a text itself. All other cells
from this column only, will be blank.
For example:
Column 1 Column 2 Column3
Test 0 X
Test 1 X
Test 2 X
Test 3 X
Test A X
Test B X
Test C X
After import using DoCmd.TransferSpreadsheet acImport....
Column 1 Column 2 Column3
Test 0 X
Test 1 X
Test 2 X
Test 3 X
Test X
Test X
Test X
Any idea what is going on here?
acImport
When I import a spreadsheet from Excel to Access, there is a column
that can have both numbers and characters.This column, when it has
both values, for example, a 0 (zero) and an A, if there are more than
25 lines with numbers, will only import the numbers, even if the table
definition on Access for that column is a text itself. All other cells
from this column only, will be blank.
For example:
Column 1 Column 2 Column3
Test 0 X
Test 1 X
Test 2 X
Test 3 X
Test A X
Test B X
Test C X
After import using DoCmd.TransferSpreadsheet acImport....
Column 1 Column 2 Column3
Test 0 X
Test 1 X
Test 2 X
Test 3 X
Test X
Test X
Test X
Any idea what is going on here?