G
Guest
I have a spreadsheet that contains a column of invoice numbers. A sample
would be 21001320. Occassonally we apened a letter to the end of the invoice
number, for example, 21001320A. I want to import that data into an Access
table, but it fails because it the method assumes the colums is numeric. In
excel I specified the column as text, I've specified the field in the table
is text, yet transferspreadsheet insists on converting it to a number.
Altenatively I've tried opening a linked table, same problem. I've also
tried uising an ADO recordset connection - no good. The final thing I tried
was to sort the column in excel (something I really don't want the user
doing) so that the invoice numbers with the suffix appeared first - same
problem, excpet that it now only imports the items with a suffix while
ignoring the rest of the invoice number.
Does anybody have a solution???? How can I force a data type?
would be 21001320. Occassonally we apened a letter to the end of the invoice
number, for example, 21001320A. I want to import that data into an Access
table, but it fails because it the method assumes the colums is numeric. In
excel I specified the column as text, I've specified the field in the table
is text, yet transferspreadsheet insists on converting it to a number.
Altenatively I've tried opening a linked table, same problem. I've also
tried uising an ADO recordset connection - no good. The final thing I tried
was to sort the column in excel (something I really don't want the user
doing) so that the invoice numbers with the suffix appeared first - same
problem, excpet that it now only imports the items with a suffix while
ignoring the rest of the invoice number.
Does anybody have a solution???? How can I force a data type?