coding text to column

J

jnewl

how do i code text to column in access vb?

i need to import an excel book and i need to make sure that the 1st column
is text.
the numberformat = "@" does not work, as it still gives me conversion errors
when importing
 
A

Allen Browne

1. Create the table the way you want it (with Text for the field field
type.)

2. Attached the Excel sheet (as a linked table.)

3. Execute an Append query to add the data to the table you set up.
 
J

jnewl

tried that and it does not work. built an access table where 1st field was
text.
did a link and a query. instead of conversion errors, got blanks in field 1
where there were alpha char in the field in the excel book
 
A

Allen Browne

Not sure what else to suggest. It should be able to import an Excel column
that contains numbers and text into a Text type column.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top